-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are win32 DLL's of current version (2.0, or the last 1.9) are compatible with Watcom 11? #1352
Comments
What you mean by compatible with Watcom11? |
Hi, I just want to integrate a CORBA code base. My code works with Watcom11 (not CORBA), but my client server code is home grown 25 years ago. I try to get a integration from Watcom in the view of a client server setup done. Actually - just now, I tried the latest OW release snapshot with MICO. I have setup a basic project to try to build the orb. When I ignore imr and ir code for now, the next thing is, that the compiler crashes at the very next file. Normally the code compiles with MS VC 6 what I have tested. My options are at the end of trials now, because I hoped to get MICO compiling with OW2. BTW, my earlyer issues with Watcom11 and templates are gone - so far, good. I try to port away from Power++ code. That is the reason for my trials and want to go distributed... Maybe I could provide an up to date github code base with the mico.wpj and probably setting up INCLUDE for the mico path. But I will do that as soon as possible and not today... |
OK. |
Yes, I try to isolate the code and provide it here as soon as possible. Thanks |
1 similar comment
Yes, I try to isolate the code and provide it here as soon as possible. Thanks |
I also have an old Power++ project inside a stand alone dll, loaded using LoadLibrary(). The Power++ libraries are built with Watcom 11.0b (I don't have the source code). If I build main exe with OpenWatcom, Power++ crashes when I exit exe. I think that there are some global variables shared from the dll and exe related to memory allocation. So on this project I must use 11.0b. |
Hi,
I am trying to build a CORBA library, either MICO or omniORB. But both have their compiler issues with Watcom 11.
Does the compiler still produce DLL's that I can mix with Watcom 11? And try to build CORBA with OW then?
The MICO code uses some template features, that Watcom 11 does not support.
The omniORB crashes the compiler after some modifications I made to get through.
On MinGW, I can use MICO and if I remember it was able to speak to an MS VC6 build example on my remote machine, but I rely on Watcom for that part of my project using Watcom within Power++.
Thanks, Lothar
The text was updated successfully, but these errors were encountered: