Hi Steven, ... Fine. ... I really hope your wife is well again. Do whatever you need to do and come back as soon as you have some spare time for it. We all do...
Herwig Bauernfeind schrieb: [some stuff deleted] ... Commenting my own response: I found the "missing" unresolved externals in the file VXCData.H, which are...
In <42C7BDBF.2080309@...>, on 07/03/05 ... The problem is at link time, not compile. Assuming that the externals are not truely missing, this means that...
In <42C7BDBF.2080309@...>, on 07/03/05 at 12:28 PM, Herwig Bauernfeind <herwig.bauernfeind@...> said: <isaid> VRCoreClassData is defined in vrobj.dll....
In <42C7BDBF.2080309@...>, on 07/03/05 at 12:28 PM, Herwig Bauernfeind <herwig.bauernfeind@...> said: <isaid> VRCoreClassData is defined in vrobj.dll....
Hi Steven, thanks so much! It was linked successfully now and I could import my newly created object into VX-REXX and use it: So far it seems to work and now I...
In <42CA2864.1010909@...>, on 07/05/05 ... Cool. FWIW it took me longer to install the ODK than to fix the makefiles. Go figure. :-) I had all the usual...
... Indeed :-) ... That puzzled me, too, although I put the blame on my lack of knowledge... ... Might well be. The information about the ODK is really sparse...
... I had the same experience with OW. When I started using the OW command line compiler, I began to have success. I still have an awful lot to learn. Cheers...
Wayne
datablitz@...
Jul 5, 2005 8:49 pm
403
I had the same experience with OW. When I started using the OW ... DITO, I have however found using 1.3 OW with STL Port makes coding simpler, and more up to...
In <42CA58F0.9040403@...>, on 07/05/05 ... I hear this all the time, and I never quite understand why. There are plenty of resources available for getting...
... If I happened to write that, I did not mean it that way. What I meant was: 1.) getting started with ANY C-Compiler is a very hard thing (especially with my...
Hi can anyone give me any hints how to use value set objects works with bitmaps, these being stored as bitmaps in a dll the value set is 4 x 4 I tried this ...
Must have been a rough morning!! Add an "s" to the end of "SetAttribute". Carefully read the manual as more of the statement is incorrect. Be aware some...
Wayne
datablitz@...
Jul 6, 2005 2:09 pm
408
... Have you looked in the online Programmer's Guide? ValueSet objects are set using the 'SetAttributes' method: ok = VRMethod( object, "SetAttributes",...
In <42CB741E.5020602@...>, on 07/06/05 ... Getting started on any complex system can be hard without the proper approach. I recently finished getting...
Hi, I'm trying to write an app that can help me manage (sort and delete) large number of images by using DrDialog and PMView as Viewer. Is there a way to...
Yes, I've seen it, but I use the container because it can show customized images that represent folders so that I know where to move files ... much faster than...
Hi Jan-Erik the good news is I managed to make a container example with select work, the bad new however, (sorry) is when you select a non-visible item, it...
How did you manage to select the item after the currently selected item? I use... ____ call cont.Select current_item, '-S' call cont.Select next_item, '+S' ...
just as I did then...but what if you remove an "animal"?...well ok, then it's easy to see that the container will return "" (nothing) I guess. but it's a bit...
This years Warpstock event will be held in Hershey, Pennsylvania at the Wyndham Harrisburg-Hershey Hotel, October 6-9, 2005. Besides a number of OS/2 and...
Hi, a long time that I didn't come here - glad to see the group is still alive... ;-) I'm having a problem of understanding how to work with ehh... say ...
... I think one would have to create a build in object to do this, peronally I think the best way would be to use the build in codecs in OS/2 in which case it...
Hi trying to create a directory selector, in vxrexx, all goes well with return values but I can't get the new window to deal with the arguments, according to ...
... Is there a typo here? The equivalent to call FindDir VRWindow(), parm1, drives is newDir=FindDir(VRWindow(), parm1, drives) That is, parm1 and drives are...