topic
stringlengths
1
63
text
stringlengths
1
577k
how to ""Set"" Image on TFolderEx() ?
[quote:2hy80i4x]not sure if i need to "destroy" Bitmap before o:SetBitmap([/quote:2hy80i4x] No need. SetBitmap() method takes care of it.
how to ""Set"" Image on TFolderEx() ?
hi, thx for Answer
how to ""activate"" Spacebar ?
hi, to "mark" Element in Explorer, when have Checkbox Style, i have to use Spacebar Question : how to "activate" Spacebar by CODE <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> [code=fw:32qievv4]<div class="fw" id="{CB}" style="font-family: monospace;">   SENDKE...
how to ""activate"" Spacebar ?
Dear Jimmy, Please try with: oControl:PostMsg( WM_KEYDOWN, 32 ) or oControl:PostMsg( WM_CHAR, 32 )
how to ""get"" and ""use"" PHPSESSID Cookie ?
hi, when visit a Forum using phpBB you get a Cookie after login in my Forum-Reader App i do not "login" just URL [code=fw:9rtd52f7]<div class="fw" id="{CB}" style="font-family: monospace;">   cURL := <span style="color: #ff0000;">"https://forums.fivetechsupport.com/viewtopic.php?t=42811&"</span><br /><br /><span sty...
how to ""override"" Function of FiveH64.lib using MSVC
hi, i want to "debug" some Function and use "Original Source" that work with BCC / *.MAK but using MSVC / *.HBP i got "dupe Error <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> [quote:3pykxy2w]FiveH64.lib(ADOFUNCS.obj) : error LNK2005: HB_FUN_FW_RDBMSNAME is...
how to ""override"" Function of FiveH64.lib using MSVC
Use your functions as "static function xxx" in your module.
how to ""override"" Function of FiveH64.lib using MSVC
Or you may also await the next release of FWH
how to ""override"" Function of FiveH64.lib using MSVC
[quote="Jimmy":2rycnxzi]hi, i want to "debug" some Function and use "Original Source" that work with BCC / *.MAK but using MSVC / *.HBP i got "dupe Error <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> [quote:2rycnxzi]FiveH64.lib(ADOFUNCS.obj) : error LNK2005...
how to ""override"" Function of FiveH64.lib using MSVC
hi, [quote="cnavarro":2t1mde8q]Try with flags linker: /FORCE:MULTIPLE[/quote:2t1mde8q] i have write this into hbmk.hbm [code=fw:2t1mde8q]<div class="fw" id="{CB}" style="font-family: monospace;">DUALGRID.HBC <br /><br />-w1 -es2  -ldflag=-FORCE:<span style="color: #000000;">MULTIPLE</span></div>[/code:2t1mde8q] and g...
how to ?
excuse me i am new on this forum and want to learn MH there is a guide "how to" for begin ? ok to study examples but a text semi-complete is better <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> thanks very much Daniele
how to ?
Daniele, [url:1j0g0ch2]https&#58;//github&#46;com/FiveTechSoft/mod_harbour/wiki[/url:1j0g0ch2] 1. what is it mod_harbour mod_harbour is a module extension for Apache that supports Harbour PRGs (and HRBs) same as Apache supports PHPs 2. How to install mod_harbour [url:1j0g0ch2]https&#58;//github&#46;com/FiveTechSof...
how to ?
Thanks mr. Linares in a small test i see that in browser work also the serial port !! Wonderfull lComOk := com_Open(1, nBuff_size) // Open port IF ! com_Open(1, 1000) ? "Com non presente" else ? "Com1 presente" endif reply correctly !! Little question: is it possible to print overcoming browser...
how to ?
Daniele, Please try: SET PRINTER on | OFF | <xlToggle> SET PRINTER TO [<xcDevice> | <xcFile> [ADDITIVE]] then use, QOut( "Hello world" )
how to ?
wow !! to a file work !!! was it so easy ?!!???? <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: --> unbelievable ! thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks <!-- s:D --><img src="{SMILIES_PATH}/icon_biggr...
how to ?
[url:1goelis4]https&#58;//groups&#46;google&#46;com/g/harbour-users/c/yYcli11tYvc[/url:1goelis4]
how to ?
Dear mr. Antonio, dear all friends in my little tests i found that is possible to use the printer and serial port of the server but is possible to use serial or print directaly to the serial/printer of the pc client ? in other words, print or otherwise by skipping the browser's security settings ? thanks in advan...
how to ?
No replay? Please... <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
how to ?
fdaniele, can you print a web page? You can use for example window.print (). See <!-- m --><a class="postlink" href="https://www.w3schools.com/jsref/met_win_print.asp">https://www.w3schools.com/jsref/met_win_print.asp</a><!-- m -->
how to ?
so easy ?!? woooowwwww correction: thanks Mr. Carles anyway the preview of the print is showed <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) --> i want to print directaly (like a POS) Thanks anyway mr. Carles, really appreciate your help <!-- s:D --><img src="{SMILIES_...
how to DEBUG FiveWin ?
hi, i wonder how to DEBUG FiveWin App which need Option "-b" when start App i got Warning [quote:2ctlbi55]FWDBG.DLL not found[/quote:2ctlbi55] i found c:\fwh\dll\fwdbg.dll and in this Folder also 3 x *.BAT fwdbg64.bat, rc2dll32.bat, and rc2dll64.bat but no fwdbg32.bat <!-- s:?: --><img src="{SMILIES_PATH}/icon_questi...
how to DEBUG FiveWin ?
Dear Jimmy, Please go to FWH\samples folder and do: buildh.bat tutor01 /b
how to DEBUG FiveWin ?
hi Antonio, have follow your Advice btw. this line [code=fw:slfgo8y0]<div class="fw" id="{CB}" style="font-family: monospace;">%hdir%\bin\win\bcc\harbour %<span style="color: #000000;">1</span> /n /i%fwh%\include;%hdir%\include /w /p %<span style="color: #000000;">2</span> %<span style="color: #000000;">3</span> > co...
how to DEBUG FiveWin ?
Dear Jimmy, Up to recently we used the same folders configuration as Clipper: bin, lib, include folders. But as we can build in 32 or 64 bits, using Borland, Microsoft or MinGW, we have decided to respect the same directory structure as Harbour uses: harbour/bin/win/bcc harbour/bin/win/msvc harbour/bin/win/msvc64 ha...
how to DEBUG FiveWin ?
hi Antonio, i´m not sure about your last Answer which seems have to do with harbour/Bin ... > bin, lib, include folders. my "Problem" is c:\fwh\[size=150:1inlvv12]dll[/size:1inlvv12]\fwdbg.dll which is "unknown" when not using c:\fwh\samples\ --- i have create Sub-Folder under C:\fwh for my own Project [code=fw:1i...
how to DEBUG FiveWin ?
Dear Jimmy, You have to copy fwdbg.dll where your EXE is placed
how to DEBUG FiveWin ?
hi Antonio, [quote="Antonio Linares":275dy2ay]You have to copy fwdbg.dll where your EXE is placed[/quote:275dy2ay] Ok, got it Thx
how to DEBUG FiveWin ?
Jimmy Debug is a very handy tool to have .. you can debug also and trap values at runtime with Msginfo() .. you can easily evaluate memory variables, module tracing, etc .... Rick Lipkin
how to DEBUG FiveWin ?
There is wonderful debugger on VSCode <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
how to DEBUG FiveWin ?
Dear Antonino, +1 <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
how to DEBUG FiveWin ?
Hello AntoninoP, is there some info how to start using VSCode debugger? Best regards, Otto
how to DEBUG FiveWin ?
[quote="Otto":2vk9sn0n]Hello AntoninoP, is there some info how to start using VSCode debugger? Best regards, Otto[/quote:2vk9sn0n] I always suggest the very good guide by Eric Lendvai [url:2vk9sn0n]https&#58;//harbour&#46;wiki/index&#46;asp?page=PublicArticles&mode=show&id=190401174818&sig=6893630672[/url:2vk9sn0n]
how to DEBUG FiveWin ?
Hello Antonino, Thank you. I will try. Best regards, Otto
how to add libraries to the buildh.bat file
Hi, I'm getting missing externals from twitter, which I believe are found in libcurl.lib, in the harbour distribution. What's the official way to add specific contribution libraries to buildh.bat? When I try compile twitter.prg, the externals are Compiling... Harbour 3.2.0dev (r2008190002) Copyright (c) 1999-2020, ...
how to add libraries to the buildh.bat file
D. You have to add these lines in buildh.bat to build it using BCC7: echo %hdirl%\hbcurl.lib + >> b32.bc echo %hdirl%\libcurl.lib + >> b32.bc or add these lines in buildh32.bat to build it using Visual Studio Community echo %hdirl%\hbcurl.lib >> msvc.tmp echo %hdirl%\libcurl.lib >> msvc.tmp
how to add libraries to the buildh.bat file
Ok, thanks Antonio. Regards,
how to add libraries to the buildh.bat file
Got further, but there's still some missing externals Error: Unresolved external '_curl_global_init_mem' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_global_cleanup' referenced from C:\HARBOUR\LIB\HBCURL.LIB|core Error: Unresolved external '_curl_formfree' referenced from C:\HARBOUR...
how to add libraries to the buildh.bat file
Please download and use this Harbour build and it should work fine: [url:122u4qej]https&#58;//github&#46;com/FiveTechSoft/Harbour_builder/blob/master/harbour_win32_bcc_2020_10_19&#46;zip[/url:122u4qej]
how to add libraries to the buildh.bat file
I'm pretty sure I extracted the Fivewin build a few months ago. But I'll give it a shot, thanks.
how to add libraries to the buildh.bat file
Hi, FWExplorer ! Tell me, did you manage to work with CURL?
how to add libraries to the buildh.bat file
It compiled correctly. Unfortunately, the line [code=fw:2ow6agbc]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; &nbsp; &nbsp;aMatch &nbsp;= HB_RegExAll<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">'form action="(.*?)" method="(.*?)"'</span>, cPage, .F., .T. <span style="...
how to add libraries to the buildh.bat file
You're talking about a file curl.h ?
how to add libraries to the buildh.bat file
No. Twitter.prg, in the samples folder.
how to add libraries to the buildh.bat file
twitter.prg uses this url: [url:3r1iahvm]https&#58;//mobile&#46;twitter&#46;com/session/new[/url:3r1iahvm] but it seems as such url is no longer working We need to find the current equivalent one
how to add libraries to the buildh.bat file
Ok, thanks Antonio.
how to add two columns in the Report
how to add two columns in the Report, I have a DBF file in which there is a field input and output field, using the report command to print the report should look like this: input output balance -------------------------------- 100 0 100 20 0 120 0 ...
how to add two columns in the Report
Hi, here's is an example: [code=fw:19pmdb6a]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">local</span> nBalance:=<span style="color: #000000;">0</span><br /><br />&nbsp; &nbsp; &nbsp; REPORT oReport ;<br />&nbsp; &nbsp; &nbsp;...<br />&nbsp; &nbsp; &nbsp;oReport:<span style="co...
how to add two columns in the Report
Thanks for your help Mr. FranciskoA, this is a small example of what I wanted to do in my program who now works ok. Best regards Davor. #include "FiveWin.ch" #include "report.ch" REQUEST DBFFPT,DBFCDX function rept() local nBalance:=0,nfor,astruct,oReport IF FILE("MyTable.DBF")=.F. ASTRUCT := { ; ...
how to add two columns in the Report
davor0501, Good.
how to align xbrowse lines?
[img:kshz7xh1]http&#58;//www&#46;acessosoft&#46;com&#46;br/img/50&#46;png[/img:kshz7xh1] [code=fw:kshz7xh1]<div class="fw" id="{CB}" style="font-family: monospace;">aMainPanelCtrl<span style="color: #000000;">&#91;</span> <span style="color: #ff0000;">"MAIN_OBRWREM"</span> <span style="color: #000000;">&#93;</span> :=...
how to assign the sql query results to the variable
Hi, how to assign the sql query results [code=fw:1lbjgx1o]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">select</span> <span style="color: #0000ff;">sum</span><span style="color: #000000;">&#40;</span>value<span style="color: #000000;">&#41;</span> <span style="color: #0000ff;"...
how to assign the sql query results to the variable
[quote="mtajkov":ikoeu8cy]Hi, how to assign the sql query results [code=fw:ikoeu8cy]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">select</span> <span style="color: #0000ff;">sum</span><span style="color: #000000;">&#40;</span>value<span style="color: #000000;">&#41;</span> <sp...
how to assign the sql query results to the variable
The result is constantly 0? [code=fw:dywmrep3]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Function</span> <span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <br /><span style="color: #00C800;">Local</s...
how to assign the sql query results to the variable
What is oSql? Can I see a complete sample? EMG
how to assign the sql query results to the variable
Try Local oN oN := oSql:exec("SELECT sum(Value) AS NewName FROM Invice WHERE poz='123') xbrowse(oN) Maurizio <!-- w --><a class="postlink" href="http://www.nipeservice.com">www.nipeservice.com</a><!-- w -->
how to assign the sql query results to the variable
[quote="mtajkov":c7h8e3r7]The result is constantly 0? [code=fw:c7h8e3r7]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Function</span> <span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <br /><span style=...
how to assign the sql query results to the variable
Thank you, it works. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
how to assign the sql query results to the variable
Obteniendo resultado a una variable, saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> [code=fw:5nwv6zhi]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oQryId := TDolphinQry<span style="color: #000000;">&#40;</span><span style="color:...
how to change tsbutton bmp background color ?
Hi, redefine tsbutton of odlg resource "mydllbmp" when .f. The disabled button bmp always shows dark gray, how to change it to CLR_HGRAY ? Best regard ! Shuming Wang
how to change tsbutton bmp background color ?
Mr.ShumingWang This is the code: [code:7xlf5t0k] COLORS &#123;|oBtn|IF&#40;oBtn&#58;lActive, ; IF&#40;oBtn&#58;lMouseOver, nRGB&#40;80,145,210&#41;, CLR_WHITE&#41;,; CLR_GRAY &#41; &#125;, ; ...
how to change tsbutton bmp background color ?
The text color could be changed, but bmp color seems could not be changed,as a tsbutton contians text and bmp. Shuming Wang
how to change tsbutton bmp background color ?
Hello ShumingWang, I guess TSButton only support Text for Disable function. You can use it below: REDEFINE TSButton Of oDlg ; RESOURCE "1","2","Disable bmp","4" Regards, Richard
how to check Encrypt() and Decrypt()?
If I Encrypt() data in a field. How to I ensure that, this field contain Encrypt data? As Six Driver SX_TABLETYPE(), it will return 1 as Normal, 2 as Encrypt DBF. How to check it, because when I use Encrypt() again. It did as twice encrypt. Thanks in advance.
how to check Encrypt() and Decrypt()?
Dutch, This is a first idea that you could enhance: [code=fw:3asldvrl]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />   ? IsEncrypted<span style="color: #000000;"...
how to check Encrypt() and Decrypt()?
Yo lo uso así: [code=fw:1cdh3v0j]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp; &nbsp; cCad &nbsp;:= hb_Crypt<span style="color: #000000;">&#40;</span> cCad, cPassW <span style="color: #000000;">&#41;</span><br />&nbsp;</div>[/code:1cdh3v0j] [code=fw:1cdh3v0j]<div class="fw" id="{CB}" sty...
how to check Encrypt() and Decrypt()?
ok, this way works fine: ? hb_decrypt( hb_crypt( "hello", "key" ), "key" ) thanks Cristobal!
how to check Encrypt() and Decrypt()?
Dear Antonio&Cnavarro, Thank you both of you. I got it, we have to write our own function. I've another question. Which is the best Hb_crypt() and Encrypt() or etc.? Because of GDPR. Thank you in advance
how to check Encrypt() and Decrypt()?
Dutch, Having hb_crypt() and hb_decrypt() and I would advise to use them instead of FWH Encrypt() and Decrypt() Please be aware that they are not compatible. So please decrypt before changing encryption functions On the other hand, Harbour functions source code is available, meanwhile FWH encription functions source...
how to check Encrypt() and Decrypt()?
Dear Antonio, Thanks a lot, I got it. [quote="Antonio Linares":di5c6wqm]Dutch, Having hb_crypt() and hb_decrypt() and I would advise to use them instead of FWH Encrypt() and Decrypt() Please be aware that they are not compatible. So please decrypt before changing encryption functions On the other hand, Harbour func...
how to close all dialogs and back to main windows
as subject, the purpose is back to main menu from sub-function (dialogs). Thanks,
how to close all dialogs and back to main windows
Dear Mr.Dutch, Did you try the function GetAllWin(). This function returns an array of all windows/dialogs objects opened in your app. You can process this array to close the required dialogs/windows. Regards Anser
how to close all dialogs and back to main windows
Thanks Anser, I will try.
how to compile RDDADS + ADS 10 + xHarbour 1.2.1 Rev 9411
When I try to compile the RDDADS with xHarbour 1.2.1 (Rev 9411) and 10.0 m ADS with the following error message: [quote:cy00n7n7] Warning W8075 ads1.c 2698: Suspicious pointer conversion in function adsCreate Warning W8075 ads1.c 3007: Suspicious pointer conversion in function adsOpen Error E2024 ads1.c 3058: Cannot m...
how to compile RDDADS + ADS 10 + xHarbour 1.2.1 Rev 9411
Hi Vilian, I use ADS version 10.10.0.18 with this RDDADS.LIB + Harbour 3.1 + Fwh 11.07 , run well and extremely very very fast ( client server). give me your email , I will send you the RDDADS.LIB , But I don't know it can run on xHarbour. regards, Kok
how to compile RDDADS + ADS 10 + xHarbour 1.2.1 Rev 9411
Hi! I have exactly the same problem.. Seems nobody cared... <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
how to compile RDDADS + ADS 10 + xHarbour 1.2.1 Rev 9411
Kok, My email is <!-- e --><a href="mailto:vilian@vfatec.com.br">vilian@vfatec.com.br</a><!-- e -->. I do not know if the generated lib with the harbor will work with xHarbour. But I will test
how to compile RDDADS + ADS 10 + xHarbour 1.2.1 Rev 9411
Dear Vilian, please see your email,I have send it. BR kok
how to compile RDDADS + ADS 10 + xHarbour 1.2.1 Rev 9411
Hi! Can you post here the .lib
how to compile RDDADS + ADS 10 + xHarbour 1.2.1 Rev 9411
HI Fraxzi, Here the Link : (library ads version 10.10.0.18 + harbour 3.1 + fw 11.7 + bcc63 ) rddads.lib [url:1bvx8udx]https&#58;//docs&#46;google&#46;com/leaf?id=0B-RfCvDmWOinYmI3ZmMzZTgtYzg5Ny00Y2MzLWFjNjQtZTVjMTQ3Y2U1ZDU3&hl=en_US[/url:1bvx8udx] axcws32.dll [url:1bvx8udx]https&#58;//docs&#46;google&#46;com/leaf...
how to compile RDDADS + ADS 10 + xHarbour 1.2.1 Rev 9411
Thanks, Do you have ADS libraries compiled for MVC 2010 and harbour 3.1 Regards,
how to compile RDDADS + ADS 10 + xHarbour 1.2.1 Rev 9411
<!-- m --><a class="postlink" href="http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=rddads.lib&can=2&q=">http://code.google.com/p/harbour-and-xh ... b&can=2&q=</a><!-- m -->
how to compile RDDADS + ADS 10 + xHarbour 1.2.1 Rev 9411
[quote="kok joek hoa":32n9zi6s]HI Fraxzi, Here the Link : (library ads version 10.10.0.18 + harbour 3.1 + fw 11.7 + bcc63 ) rddads.lib [url:32n9zi6s]https&#58;//docs&#46;google&#46;com/leaf?id=0B-RfCvDmWOinYmI3ZmMzZTgtYzg5Ny00Y2MzLWFjNjQtZTVjMTQ3Y2U1ZDU3&hl=en_US[/url:32n9zi6s] axcws32.dll [url:32n9zi6s]https&#58...
how to compile RDDADS + ADS 10 + xHarbour 1.2.1 Rev 9411
Hi Fraxzi, I don't know, but in habour it run very well. regards, kok
how to compile RDDADS + ADS 10 + xHarbour 1.2.1 Rev 9411
I'm sorry I didn't see this thread before. Is there still a problem trying to build rdddads.lib? Starting with version 1.2 or so of the xharb compiler, the Harbour project developers have put a new system in place to automatically (and very simply) get everything setup in order to build rddads.lib as well as ads32.li...
how to compile RDDADS + ADS 10 + xHarbour 1.2.1 Rev 9411
Reinaldo Good night can you please show me how can i buils rddads for 7.1 ads server version for Harbour 3.1 ? Thanks in advance
how to compile RDDADS + ADS 10 + xHarbour 1.2.1 Rev 9411
[quote="reinaldocrespo":1lyjisod]I'm sorry I didn't see this thread before. Is there still a problem trying to build rdddads.lib? Starting with version 1.2 or so of the xharb compiler, the Harbour project developers have put a new system in place to automatically (and very simply) get everything setup in order to bui...
how to compile RDDADS + ADS 10 + xHarbour 1.2.1 Rev 9411
Frances; I've made many changes to my .c files, so I'm not sure if I ever had those errors or they were introduced on later versions of the contrib libs. Here is a link to my ads1.c and adsfunc.c as I compile to produce rddads.lib without any errors using bcc. <!-- m --><a class="postlink" href="http://ssfl.dynalia...
how to compile RDDADS + ADS 10 + xHarbour 1.2.1 Rev 9411
Dear Reinaldo, Thank you so much for the share.. I know everybody using ADS will make use of these files.. Here are the errors I encountered with different BCC from v5.5.1, v5.8.2 and v6.30 v5.5.1 is [img:2gsijchx]http&#58;//i208&#46;photobucket&#46;com/albums/bb82/fraxzi/bcc551&#46;png[/img:2gsijchx] v5.8.2 is [im...
how to compile RDDADS + ADS 10 + xHarbour 1.2.1 Rev 9411
Frances; I'm sorry you are having all this trouble. I just rebuilt my .libs for version 9 and then version 10 of ADS without any error messages. In an effort to help, I've placed the files I just used to build the lib on a directory on my server: <!-- m --><a class="postlink" href="http://ssfl.dynalias.com/temp_fil...
how to compile RDDADS + ADS 10 + xHarbour 1.2.1 Rev 9411
Dear Reinaldo, Success!!! no error from bcc551, bcc582 and bcc630.. I will use new rddads.lib and recompile my project.. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s...
how to compile RDDADS + ADS 10 + xHarbour 1.2.1 Rev 9411
Hi All, when i tried to build the library using BCC55, i get the following errors: MAKE Version 5.2 Copyright (c) 1987, 2000 Borland F:\development\Borland\BCC55\bin\bcc32 -I"C:\ads\acesdk" -c -O2 -DWIN32 -IF:\development\xHB1.1\include -o..\..\obj\b32\ads1.obj ads1.c Borland C++ 5.5.1 for Win32 Copyright (c) 1...
how to compile RDDADS + ADS 10 + xHarbour 1.2.1 Rev 9411
You must use correct version of acesdk with to compile correctly ADS, i compile for MINGW, MSVC2010 and MSVC2008, BCC and PellesC without problem with last svn if you want i can send you correct lib and also you can find for RDDADS in this forum for link for fivewin contributions. Regards.
how to compile the file TESTMYDL.prg
buildhdp.bat mydll xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6693) Copyright 1999-2010, <!-- m --><a class="postlink" href="http://www.xharbour.org">http://www.xharbour.org</a><!-- m --> <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/</a><!-- m --> Compiling 'my...
how to compile the file TESTMYDL.prg
Daniel, Are you linking xHarbour's vm.lib ?
how to compile the file maindllp.c
c:\xharbour\bcc55\bin\bcc32 -M -c -O2 -tWD -D__HARBOUR__ -w-nak -D__EXPORT__ -n%hdir%\lib -I%hdir%\include %hdir%\source\vm\maindllp.c Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland c:\xharbour\source\vm\maindllp.c: Error E2356 c:\xharbour\source\vm\maindllp.c 189: Type mismatch in redeclaration of 'hb...
how to compile the file maindllp.c
I'm interested too. Regards, Roberto Parisi
how to compile the file maindllp.c
Me tooo! Romeo Milan
how to compile the file maindllp.c
Daniel, It seems as -I%hdir%\include is not pointing to c:\xharbour\include. Could it be that you are using Harbour header files instead of xharbour's ones ?
how to compile the file maindllp.c
I just xHarbour installed, if you want I can send via ftp a copy of my xHarbour c:\xharbour\bcc55\bin\bcc32 -M -c -O2 -tWD -D__HARBOUR__ -w-nak -D__EXPORT__ -nc:\xharbour\lib -Ic:\xharbour\include c:\xharbour\source\vm\maindllp.c Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland c:\xharbour\source\vm\maindl...
how to compile the file maindllp.c
Daniel, Please copy this source code line here, thanks: Error E2356 c:\xharbour\source\vm\maindllp.c 189: Type mismatch in redeclaration of 'hb_parc'