NetTalk Central
The Rest Of NetTalk => The Rest - Ask For Help => Topic started by: oeb on September 09, 2009, 01:06:13 AM
-
I am attempting to use NetSimple on pure source level (project). This will probably evolve into our own NetTalk wrapper class to be used in other source projects. Has someone else any experience doing this? I can't find much related to this in the documentation or in the newsgroups. So far I've managed to run init and open, but for some reason the NetTalk background thread doesn't appear to start (it does not appear in DebugView).
-
The easiest way to see what code is "necessary" is to make a trivially small app, add the global extension, generate it, and look at the code generated.
As I recall there's a call in the main generated CLW that starts the NetTalk thread.
Cheers
Bruce
-
I am trying to put the NetWebClient into pure source as well. I get past the init but it gpf's inside the fetch. I have removed all of the abc stuff and the netwebclient window opens fine.
I must be missing something important, but have had no luck finding it. The abc generated version works ok.
Any thoughts as to what I might have missed?
Thanks
Skip
-
Nevermind....<g>
I had linked netx.lib and should have linked netxl.lib
Oh well.
Skip