From: <ra...@ex...> - 2004-06-05 13:39:14
|
Hi Tommy, > Do you have Visual Studio? If so, you may want to load up the master > project file. There are 5 master project files, one for each version > of > Visual Studio: > > /mod_pubsub/cxx_pubsub/LibKN/VC6/VC6.dsw (Visual Studio 6) > /mod_pubsub/cxx_pubsub/LibKN/VC7/VC7.sln (Visual Studio.NET 2002) > /mod_pubsub/cxx_pubsub/LibKN/VC71/VC71.sln (Visual Studio.NET 2003) > /mod_pubsub/cxx_pubsub/LibKN/EVC3.2k/EVC3.vcw (Embedded Visual Studio > Pocket PC 2000) > /mod_pubsub/cxx_pubsub/LibKN/EVC3/EVC3.vcw (Embedded Visual Studio > Pocket PC 2002) > > Whichever you load, build LibKNCPP and LibKNCom. The most important > breakpoint I would set is in the file > /mod_pubsub/cxx_pubsub/LibKN/cpp/Connector.cpp. Look on line 218, > which > is the Connector::Subscribe call. Follow this to find out where the > problem is coming from. I do have visual studio, and while I am not very c++ literate, I am sure I can follow the debug, given your guidance. Thanks for the clues, I'll be back to you once I have a chance to work with this. Rand |