Basic Stamp Tokenizer C++ dll -- for windows application use
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!
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
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.