Hi all,
First of all I really apologize for my last email. I will try to add some information. We used previous versions of CS properly in a child window. Now, we are trying to use the last version, in the same way. We got a simple program working in a simple window (RegisterClassEx, CreateWindowEx with WS_OVERLAPPEDWINDOW) and the world loads perfectly. But If we try to load the same world in a child window (RegisterClassEx and CreateWindowEx with WS_OVERLAPPEDWINDOW for the main window, and RegisterClassEx, CreateWindowEx with WS_VISIBLE|WS_CHILD for the child one), it freezes. I also checked that this child window is showed. The system freezes when it tries "csInitializer::OpenApplication", it seems that it is stopped. Should we use a different method from API? Any Incompatiilities? Problems with windows messages? Thank you in advance. ---- Regards, Carlos ([EMAIL PROTECTED]) ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
