From: John C. Davies [mailto:john.davies@...] Sent: July 05, 2001 12:38 PM To: Galaxy Subject: Galaxy 3 on WinXP Hey Gummers We recently tested our app...
Robbert de Groot
robbert@...
Jul 6, 2001 10:04 pm
390
... I'm not surprised. It is common for Microsoft's beta releases to be missing critical parts of the OS. I wouldn't go looking for Galaxy bugs until after...
David Charlap
shamino3@...
Jul 8, 2001 12:52 am
391
... Galaxy "Global" 2.7 C version works OK on Windows XP RC1. We did have some redraw issues on Windows XP Beta 1 which were subsequently fixed by the time...
Victor R. Volkman
vv@...
Jul 10, 2001 6:00 pm
392
I need to port my application to HP-UX 11.0 using aCC. I don't have the source code for Galaxy and there doesn't seem to be any way to use the HP-UX 10.20...
Douglas E. Forester
dougf@...
Jul 10, 2001 7:25 pm
393
We are using the 10.20 static libraries on HP-UX 11.0 without any problems. Do you have to use the shared library or can you relink your application with the...
Greg Harris
gregh@...
Jul 10, 2001 11:12 pm
394
... We are using the Galaxy 10.20 shared libraries with no problem on 11.00, -BUT- our application is also compiled on 10.20. This works because of 11's...
Henry Burks
henry.burks@...
Jul 10, 2001 11:44 pm
395
On NT, I'm having a problem where the 2nd instance of my application traps. I suspect this is because the application.vr file is locked by the first instance. ...
Wayne Christian
wac@...
Jul 12, 2001 8:12 pm
396
I would suggest to copy the whole application folder, and run from the second one ! -- Riccardo Cohen Articque Les Roches 37230 Fondettes France email =...
Riccardo Cohen
rcohen@...
Jul 13, 2001 4:51 pm
397
Is there a way, in Galaxy 2.7, to obtain the standard cursors? I've written a splitter and would like the cursor to have the standard left-right or up-down ...
Wayne Christian
wac@...
Jul 17, 2001 3:39 pm
398
Does anyone have any idea why vdialogClone would blow up? I'm using Galaxy C 2.7 on windows NT (don't have the source license). I'm able to display the dialog...
Wayne Christian
wac@...
Jul 20, 2001 12:28 am
399
Can you show us the error you are getting? -art...
Art Stine
abstine@...
Jul 20, 2001 12:30 am
400
We're trying to port our applicaton to HPUX 11.0. Galaxy (Global 3.0) was compiled on HPUX 10.20. I can't link that version of Galaxy with other packages...
Douglas E. Forester
dougf@...
Jul 26, 2001 10:08 pm
401
... Not that we could find, although Ambiencia offered to build it, for a fee of course. I don't know if they ever actually built it or not. We had to "port"...
Henry Burks
henry.burks@...
Jul 26, 2001 11:16 pm
402
... We're between a rock and a hard spot. We have to use a package that's only available on HP-UX 11.0 and don't have Galaxy for the same. Linking them...
Douglas E. Forester
dougf@...
Jul 26, 2001 11:33 pm
403
... Have you tried static linking? I mention this because there's a possibility that the differences are all in the C Library or something else that has...
David Charlap
shamino3@...
Jul 27, 2001 2:20 pm
404
... I don't have the archive files for a C++ package we are using, just the shared libraries - which we created on HP-UX 11.0 and call out the 11.0 compatible...
Douglas E. Forester
dougf@...
Jul 27, 2001 6:29 pm
405
... The other possibility might be to find out which system shared libraries you're using. See if you can find the ones from version 10 and explicitly link...
David Charlap
shamino3@...
Jul 27, 2001 6:43 pm
406
... I cannot link at all, David. Galaxy requires 10.20 compatible libs. If I specify those in the link, the other package needs some entry points that are not...
Douglas E. Forester
dougf@...
Jul 27, 2001 7:22 pm
407
Hello Gummers, It seems that a user of my app. tends to keep the menus from vmnubar open (popped down) for a quite a long time (>20 sec). I know that events...
Mahini, Farid @ MCDY
Farid.Mahini@...
Jul 30, 2001 7:15 pm
408
... Is there a reason why this mechanism is being used? If your network connection is TCP, the protocol itself will be able to deal with failure detection....
David Charlap
shamino3@...
Jul 30, 2001 7:52 pm
409
Hello Again, In my Galaxy app. (2.6 C++, Windows) I've used a subclass of veventClientEvent for event synchronization purposes (simplified example): int...
Mahini, Farid @ MCDY
Farid.Mahini@...
Jul 30, 2001 8:24 pm
410
... The PCs, located on different ends of Spain, and were equipped w/Synch. 422 cards and came w/HDLC drivers only. We did not have the time or resources to ...
Mahini, Farid @ MCDY
Farid.Mahini@...
Jul 30, 2001 9:52 pm
411
You could try running it with the -nonativemenubars option (I think I'm remembering that right.) Then it will use Galaxy-drawn menubars instead of Windows...
Jim Edwards-Hewitt
jim@...
Jul 30, 2001 10:40 pm
412
Hi, Does anyone know where I could find the source code of standard strstr() function ? (I would like to know how they made it so quick !!) Thanks -- Riccardo...
Riccardo Cohen
rcohen@...
Aug 13, 2001 11:54 am
413
Assuming you have VC++ and you bothered to install the C Run Time (CRT) source code it would be staring you in the face: Directory of C:\VS\VC98\CRT\SRC ...
Victor R. Volkman
vv@...
Aug 13, 2001 12:11 pm
414
... Sources for glibc are available wherever the binary is available - as required by the GPL. If you have a CD from any standard Linux installation, it should...
David Charlap
shamino3@...
Aug 13, 2001 7:05 pm
415
... Go to www.freebsd.org and look thru the sources on line in their cvsweb interface (http://www.FreeBSD.org/cgi/cvsweb.cgi/) ... for i386, strstr() is not...
Art Stine
abstine@...
Aug 13, 2001 7:28 pm
416
... function ? ... Strstr traditionally uses a Boyer-Moore search. For a brief explanation of what makes it so quick, see Moore's summarization ...
Eric Wiseblatt
eric@...
Aug 13, 2001 7:33 pm
417
Thanks to all of you ! -- Riccardo Cohen Articque Les Roches 37230 Fondettes France email = rcohen@... web = http://www.articque.com tel: +33 02 47...
Riccardo Cohen
rcohen@...
Aug 14, 2001 7:36 am
418
Thanx for your suggestions. Even with -nonativemenubar, vmenubar methods (Notify, Observe, HandleButton..) are not called. Not even vmenu::SetParentObserver()....