Shop OBEX P1 Docs P2 Docs Learn Events
Basic Stamp Tokenizer C++ dll -- for windows application use — Parallax Forums

Basic Stamp Tokenizer C++ dll -- for windows application use

ToftToft Posts: 4
edited 2008-01-30 17:45 in BASIC Stamp
Attached I have some code to take the tokenizer dll that parallax has published, and wrap it in a C++ dll with some function calls.

I want to get this working with either a C# application or a C++ application, but when I'm making calls to it, it works the first time, but gives me a memory protection fault the second call to it.

Anyone have ideas?

Also; I will follow up later with the code I'm using to remote to it.
The idea is a central server, which posts serial commands // tokenizer commands to a website.

Basically, internet-based stamp programming - all of the remoting is setup properly and working just fine, as well as the website.
However, this dll is getting me a little strung up.

I'd love it if someone would be interested in taking a look at it!

Comments

  • ToftToft Posts: 4
    edited 2008-01-30 17:45
    I just noticed, that this might not even be neccessary.

    The stamp editor (v2.4) has some command line utilities that you can use to pipe the data.

    To get a listing, try

    stampw /?


    On this note, is there any way that you can Tokenize on the fly..? Or maybe my solution might be a little more feasible than I'd thought.
Sign In or Register to comment.