Search found 31 matches: oknbs

Return to advanced search

... rtl.lib(math.obj) : error LNK2001: unresolved external symbol __HUGE tutor01.exe : fatal error LNK1120: 1 unresolved externals * There are errors oknbs.
by oknbs
Sat Jun 14, 2008 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6733

Oknbs,

Just as a workaround use this:
Code: Select all  Expand view
#pragma BEGINDUMP

double _HUGE = 0;

#pragma ENDDUMP
by Antonio Linares
Sat Jun 14, 2008 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6733

... rtl.lib(math.obj) : error LNK2001: unresolved external symbol __HUGE sample.exe : fatal error LNK1120: 1 unresolved externals * There are errors oknbs.
by oknbs
Sat Jun 14, 2008 5:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6733

Oknbs, Please add this code to your main PRG: (Please note that this solution is for MS VC98 users) #pragma BEGINDUMP double _HUGE = (1.0/0.0); // infinity #pragma ENDDUMP This is a working sample: (can be ...
by Antonio Linares
Fri Jun 13, 2008 11:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6733

Oknbs,

We keep using VC98 here, for now

You have to link MS msimg32.lib for AlphaBlend unresolved external

We are going to investigate for __HUGE symbol
by Antonio Linares
Fri Jun 13, 2008 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6733

Dear Antonio.


Is above the reason which is encountered errors using vc98( Visual Studio 6 )?
Do I have to use vc2005 in your new xharbourm?

oknbs.
by oknbs
Fri Jun 13, 2008 6:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6733

... rtl.lib(math.obj) : error LNK2001: unresolved external symbol __HUGE tutor01.exe : fatal error LNK1120: 2 unresolved externals * There are errors oknbs.
by oknbs
Fri Jun 13, 2008 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6733

Oknbs,

Please try this xHarbour for Microsoft build, thanks:
http://rapidshare.com/files/122138902/x ... m.exe.html
by Antonio Linares
Fri Jun 13, 2008 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6733

Oknbs,

It looks as we have not properly updated xHarbourM.

We are working to provide you a new build asap.
by Antonio Linares
Fri Jun 13, 2008 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6733

Dear Antonio

My Tools => xHarbourm + FWH 8.05 + MSVC++( Visual Studio 6.0 )

FTDN User Downloding Files. ( xHarbourm, FWH 8.05 )

Testing Files /fwh/samples/buildxm.bat tutor01.prg

oknbs
by oknbs
Fri Jun 13, 2008 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6733

... 4 or 5 i386 => Running OK RadHat Linux Enterprise 4 or 5 x86_64 => Running OK fedora or RadHat 64bit Linux is required more than glibc 2.4 oknbs.
by oknbs
Fri May 16, 2008 5:12 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: 64bit linux server
Replies: 10
Views: 2707

Thank you for your answer.

The ubuntu 32 bit caculator and harbour language aren't operated under the ubuntu 64 bit.

oknbs.
by oknbs
Thu May 01, 2008 3:51 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: 64bit linux server
Replies: 10
Views: 2707

64bit linux server

... the harbour in itself was not running under the 64Bit Server. How can I run the program under the 64Bit Server? I am writing to ask for your help. oknbs.
by oknbs
Wed Apr 30, 2008 4:05 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: 64bit linux server
Replies: 10
Views: 2707

FiveLinux Combobox Error

Thank you for your answer Antonio.

I didn't recieve the email. I'll give you my new email address.

oknbs@naver.com

thanks
by oknbs
Tue Mar 25, 2008 6:19 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux Button Bar ( My OS : Ubuntu 7.10 )
Replies: 19
Views: 4888

Doug, Oknbs,

Please use this library instead of the one that you are linking:
http://rapidshare.com/files/102094690/libfivec.zip.html
by Antonio Linares
Mon Mar 24, 2008 10:52 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux Button Bar ( My OS : Ubuntu 7.10 )
Replies: 19
Views: 4888
PreviousNext

Return to advanced search