Dear Eiffelers, If I am working on a project in EiffelStudio 5.2 (Windows) melting it a number of times and then freezing it. Is a resulting frozen version the...
2258
Colin Paul Adams
colin@...
Jul 2, 2003 10:56 am
I'm trying to define the following external function: crypt (key: POINTER; slt:POINTER): POINTER is -- Call crypt (3). external "C (const char *, const char...
2259
CRISMER Paul-Georges
paul-georges.crismer@...
Jul 2, 2003 12:08 pm
Hello, Is crypt in <unistd.h> defined as a function or as a macro ? I've already had such a problem in this situation : If it is defined as a macro, you should...
2260
Colin Paul Adams
colin@...
Jul 2, 2003 1:01 pm
... Paul> Hello, Is crypt in <unistd.h> defined as a function or as a Paul> macro ? I've already had such a problem in this situation : Paul> If it is defined...
2261
hubertcater
Jul 2, 2003 2:37 pm
Does EiffelStudio 5.3 support Asian language characters for strings such as Japanese etc. I can normally cut and paste German, French text as strings to be...
2262
Gary Smithrud
smithrud
Jul 2, 2003 4:45 pm
I believe so. Freezing generates C code from the source and isn't dependent on the melted code (ISE will correct me if I'm wrong...I hope). A frozen version...
2263
Robert Jurjevic
robertjurjevic
Jul 2, 2003 5:05 pm
Dear Gary, Thank you. Yours sincerely, Robert Jurjevic ... From: "Gary Smithrud" <kb0wno@...> To: <ise_users@yahoogroups.com> Sent: Wednesday, July 02,...
2264
Berend de Boer
berenddeboer
Jul 2, 2003 6:33 pm
... crypt isn't declared in unistd.h. Choose the right hreader. -- Live long and prosper, Berend de Boer...
2265
Berend de Boer
berenddeboer
Jul 2, 2003 6:33 pm
... I believe the compiler warns that the resulting executable is not optimal, isn't it?? At least I can remember seeing messages like that in certain...
2266
Colin Paul Adams
colin@...
Jul 2, 2003 8:26 pm
... Berend> crypt isn't declared in unistd.h. It is so declared. -- Colin Paul Adams Preston Lancashire...
2267
steven_m_wurster
steven_m_wur...
Jul 2, 2003 9:03 pm
The location of crypt() could be system dependent. On the Linux box I'm logged into, it's in unistd.h. But on the Solaris box I'm logged onto, it's in...
2268
Chris Saunders
saunders7777
Jul 3, 2003 7:03 am
I'm fairly new to Linux so sorry if this question seems dumb. I just installed Eiffel53 on RedHat Linux 9.0 and am getting the following errors when I try to...
2269
Colin Paul Adams
colin@...
Jul 3, 2003 7:48 am
... Chris> I don't know where to start to find the source of this Chris> problem. ISE's compiler won't work on RedHat 9. Either use a different compiler or...
2270
Berend de Boer
berenddeboer
Jul 3, 2003 7:52 am
... And my hunch was wrong though. crypt() should be in unistd.h according to SUSv3. -- Live long and prosper, Berend de Boer...
2271
Chris Saunders
saunders7777
Jul 3, 2003 8:23 am
Thanks for the reply Colin. Is there an easy answer as to why it won't work on version 9? I have tried installing Slackware Linux and FreeBSD and had problems...
2272
Colin Paul Adams
colin@...
Jul 3, 2003 8:26 am
... Chris> Thanks for the reply Colin. Is there an easy answer as to Chris> why it won't work on version 9? It's to do with the version of glibc shipped with...
2273
Sam Heard
sam_heard_au
Jul 6, 2003 3:36 am
Dear All I have been having 'fun' getting things going with a 5.2 project compiling in dot net. A number of issues have arisen: nmake needs files from VC98...
2274
Sam Heard
sam_heard_au
Jul 6, 2003 3:38 am
Dear All There are a number of classes now in the classic subdirectory that do not have replacements in the other library clusters. At least: ...
2275
Sam Heard
sam_heard_au
Jul 7, 2003 10:46 am
Dear All This is confusing - these two classes WIDE_CHARACTER and WIDE_CHARACTER_REF seem to be in the compiler - if I create a couple of dummy classes as a...
2276
Raphaël Simon [ES]
raphaels_eiffel
Jul 7, 2003 4:23 pm
Hello Sam, There shouldn't be any class apart from these two that do not have replacements. In .NET all characters are Unicode so these two classes are ...
2277
richard_gams
Jul 7, 2003 6:15 pm
I've been trying to use a C dll employing the DLL_32 and DLL_32_ROUTINE classes. When calling routine.make_by_name, I get an exception: Code: 24 (Developer...
2278
richard_gams
Jul 7, 2003 7:59 pm
... an ... library. ... OK, so I had forgotten to move ise_desc.dll to my working directory. Now I have a different problem: Code: 12 (Operating system...
2279
Thomas Beale
twbeale
Jul 8, 2003 12:01 am
... so...what's the solution? We cannot get this system to compile...my guess is that references to these class are built into the runtime. - thomas beale...
2280
Raphaël Simon [ES]
raphaels_eiffel
Jul 8, 2003 12:12 am
Hello Thomas, What exactly is the problem? Are you trying to compile a system on .NET that relies on WIDE_CHARACTER? WIDE_CHARACTER is obsolete, class...
2281
Thomas Beale
twbeale
Jul 8, 2003 1:45 am
... we don't use it. I cannot find any reference to it in our classes, in gobo, or even in the ISE classes. But in Studio if you type in WIDE_CHARACTER, it...
2282
Sergey Vlasov
hello2world2002
Jul 8, 2003 12:49 pm
Moving from MS VS .NET + Envision 1.0 to MS VS .NET 2003 + Envision 1.2 I've got one problem. Running my app I get an exception System.ExecutionEngineException...
2283
Raphaël Simon [ES]
raphaels_eiffel
Jul 8, 2003 4:37 pm
Hmm a .NET system shouldn't include WIDE_CHARACTER. Can you check that the ace file contains the lines msil_generation (yes) msil_generation_type ("exe") -- or...
2284
Raphaël Simon [ES]
raphaels_eiffel
Jul 8, 2003 9:52 pm
There seems to be a problem with the IL that the compiler generates. Could you submit a bug report at http://support.eiffel.com/cgi-bin/submit-bug.pl? Thank...
2285
Emmanuel Stapf [ES]
manus_eiffel
Jul 9, 2003 5:44 am
You need to make sure that the DLL you are trying to load is in your path. However the best way to call to a C routine in a DLL is to use the DLL external...
2286
Emmanuel Stapf [ES]
manus_eiffel
Jul 9, 2003 6:03 am
In my man page for crypt I have the obligation to do: #define _XOPEN_SOURCE to get access to it. Therefore you need to pass this as a C compiler option. On ...