1
Programming / Re: Duplicate symbol error
« on: Today at 03:50:57 am »
So what does "moc_screensaver.cpp" contain ?
OS2World.com Forum is back !!!
Remember to visit OS2World at:
http://www.os2world.com
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Thanks Rich for the help and info.
There are portions of the app that run in the WPS process and portions that run outside the WPS process. I was planning on using RWS for the outside-of-WPS-process parts. (BTW thanks for building and releasing that) I did not know that it was bundled with all AOS versions - that will help with building the install process.
For anyone else that might follow this topic, the code section looks something like this
----------------------------------------------
if( DrgVerifyRMF( DrgQueryDragitemPtr( pdrgInfo, ulCount),"DRM_OBJECT", NULL))
{
WPObject * pObject;
PDRAGITEM pDragItem;
pDragItem = DrgQueryDragitemPtr( pdrgInfo, ulCount);
pObject = OBJECT_FROM_PREC(pDragItem->ulItemID);
if (_debug) PmPrintfPtr("wpDragOver DRM_OBJECT name: %s",_somGetClassName(pObject));
...
----------------------------------------------------------------------
after you know that ulItemID contains pointer to the container record (thanks Rich) for the object, the magic sauce is the WPS macro OBJECT_FROM_PREC(), which extracts a pointer to WObject from ulItemID
-- editor to remove late night operator error --
So, the LXPM in VAC 3.0 does not like widescreen resolutions, but the LXPM in VAC 4.0 works great there.
For VAC 3.0, is it possible to override which editor WorkFrame launches? Either to the LXPM in VAC 4.0 or to NEPMD? (or some other good coding editor?)
Thanks!
Hello
Sorry to add different question.
I always have the idea that comparing between "IBM VisualAge C++ 3.0 (1995)" and "IBM C and C++ Compilers, Version 3.6.5", it is better to get "IBM C and C++ Compilers, Version 3.6.5" because it is the same compiler but newer/updated. Am I right on this? Is there any specific feature that the "IBM C and C++ Compilers" is missing compared to "IBM VisualAge C++ 3.0"?
Sorry again to use this thread for my question, I never installed "IBM VisualAge C++ 3.0".
Regards
Hi All
Had an email telling me that 5.1.0 has been released with this link
https://www.arcanoae.com/arcaos-5-1-0-now-available/
Must be Easter and Christmas, Lars :-)
Regards
Pete