Hi Galaxy users ! Â I am facing a very strange new problem: Â . I have built a DLL which itself uses Galaxy. . I have another application, which doesn't use...
Jean-Francois Allot
jfallot@...
Feb 10, 2000 6:20 pm
225
my DLL built with Galaxy 2.7 uses Galaxy library (static link) but no user interface is used (no event loop...) that DLL is used in many softwares because it...
Riccardo Cohen
rcohen@...
Feb 11, 2000 11:53 am
226
Hi Riccardo, thank you very much for your help and your code. I discovered the call: '_vcompatCallAtExitList'. I was doing most of the things like you. I have...
Jean-Francois Allot
jfallot@...
Feb 11, 2000 6:07 pm
227
... both. -- Riccardo Cohen Articque Les Roches 37230 Fondettes France email = rcohen@... web = http://www.articque.com tel: +33 02 47 49 90 49 ...
Riccardo Cohen
rcohen@...
Feb 11, 2000 6:41 pm
228
Hi Galaxy Users: My Galaxy application loads a non-Galaxy multi-thread DLL that handles Read/Write functions of a HDLC serial card. When the DLL receives a...
Mahini, Farid @ MCDY
Farid.Mahini@...
Feb 11, 2000 7:22 pm
229
I did not try that kind of thing, but inserting a DDE listener makes our Galaxy application answering immediatly If you need I can send the class that send and...
Riccardo Cohen
rcohen@...
Feb 14, 2000 7:55 am
230
Why cant you use semaphores/mutexes to signal threads (the Galaxy stuff in its own thread but using a semaphore signaled by the other thread)? Or if you need...
Eric Wiseblatt
eric@...
Feb 14, 2000 8:13 am
231
I have a Galaxy 2.6 program that uses a thread to handle asynchronous SQL requests sent to a Sybase database. When a request completes, an acknowledgement is...
Phuc LE HONG
plehong@...
Feb 14, 2000 11:08 am
232
I'm currently trying to fit a round multi-threaded peg into the square Galaxy 2.6 hole too, as I'm trying to write a threaded asynchronous Winsock2 TCP vcomm...
Graham Stewart
graham@...
Feb 14, 2000 12:09 pm
233
Thank you for great suggestions. In the previous version of this application a 50 msec timer was pumping the messages out/in directly into/from each port, and...
Mahini, Farid @ MCDY
Farid.Mahini@...
Feb 14, 2000 3:05 pm
234
Graham: I am not familiar with DispatchMessage and was just reading about it! Is this similar in behavior to Galaxy DispatchCommand which is immediate and ...
Mahini, Farid @ MCDY
Farid.Mahini@...
Feb 14, 2000 3:32 pm
235
Phuc: A few trivial questions: 1) The window created via CreateWindow (a non-galaxy method) merely exist for OS needs and is not related to the ClientEvent....
Mahini, Farid @ MCDY
Farid.Mahini@...
Feb 14, 2000 4:08 pm
236
1) The window created via CreateWindow (a non-galaxy method) merely exist for OS needs and is not related to the ClientEvent. Correct? This window is used to...
Phuc LE HONG
plehong@...
Feb 14, 2000 4:24 pm
237
Sorry if this is a silly question/suggestion, I'm not following this thread closely. It sounds like the only events comming into the Galaxy thread are from ...
Eric Wiseblatt
eric@...
Feb 14, 2000 5:29 pm
238
My (rather limited) understanding of Windows events and Galaxy goes something like this: - Windows represents events as messages (MSG structure). - Each...
Graham Stewart
graham@...
Feb 14, 2000 5:35 pm
239
... ??? Can you explain what you mean ??? Remember I'm using Galaxy 2.x which isn't MT-Safe, and my app has to handle events coming from the window system as...
Phuc LE HONG
plehong@...
Feb 14, 2000 5:36 pm
240
Well, my Galaxy app. is an MDI app. with many client windows (dialogs). Each device is represented by a GUI, multiple vtimers and H/W ports (contained within...
Mahini, Farid @ MCDY
Farid.Mahini@...
Feb 14, 2000 5:52 pm
241
eric> It sounds like the only events comming into the Galaxy thread are from eric> your other thread(s). If this is the case, do you need to be posting eric>...
Eric Wiseblatt
eric@...
Feb 14, 2000 7:47 pm
242
Folks - I'm in the process of building Galaxy/C++ for HPUX11. On Solaris, we were up to ~patch 186 when Visix folded. What MSA should I use to represent the ...
Todd Lainhart
todd@...
Feb 17, 2000 3:15 pm
243
Another build question - I'm building 2.6.2 for HPUX 10.2 and HPUX 11. In both environments, I'm seeing linker errors as in the following: /usr/ccs/bin/ld:...
Todd Lainhart
todd@...
Feb 17, 2000 3:19 pm
244
... Probably the best one to go for on Unix. ... This *should* be the same as the latest 2.5, together will all of the Windows 95 LAF stuff added. There may be...
David Postill
davep@...
Feb 17, 2000 5:19 pm
245
... You should only need galaxy_i.o. However, everything else needs rebuilding to correctly define the inline stuff which is in galaxy_i vport/vport.h Add...
David Postill
davep@...
Feb 17, 2000 5:21 pm
246
... The _i.o files contain non-inlined definitions of the inlined methods. galaxy_i.o is everything. You can either whack galaxy_i.o or all the _i.o's other...
Eric Wiseblatt
eric@...
Feb 17, 2000 5:23 pm
247
I replied to this earlier but it doesnt seem to have shown up (my later post did). I was installing some software at the time. Maybe I never sent it before the...
Eric Wiseblatt
eric@...
Feb 17, 2000 6:02 pm
248
GUMers I'm doing some informal market research to try to understand what people are needing, and wanting, and thinking about with regard to toolkits/class...
Eric Wiseblatt
eric@...
Feb 18, 2000 1:07 am
249
Todd, ... You want the "pt" labels to get the patch tips. I dont know how to get individual patches. Unfortunatley each platform has a different branch for...
Eric Wiseblatt
eric@...
Feb 18, 2000 2:25 am
250
Gregory, Can you send me a sample showing the problem so I can test Eric's fix? Thanks a lot, Luis....
Luis C. M. Molan
luis@...
Feb 18, 2000 10:03 am
251
Because I installed OpenStep 4.2 on my PC, sometimes the date of the computer changes. This time it changed to October 2099. Well such a surprise, when my...
Riccardo Cohen
rcohen@...
Feb 23, 2000 7:52 pm
252
I think this is true of Galaxy and all other products that use Unix style dates which start 1/1/1970 and count seconds using a 32-bit long. It runs out in ...
Greg Harris
gregh@...
Feb 23, 2000 8:01 pm
253
well, that means another Y2K.34 bug in 34 years... -- Riccardo Cohen Articque Les Roches 37230 Fondettes France email = rcohen@... web =...