The C++ library on x86 appears to crash at initialisation even in the
simplest of programs. At least, it does so when compiled against the DLL
version of the library.

#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
      cout << "Hello" << endl ;
}

Are there any tricks involved in debugging this kind of stuff ?

        Danny
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to