topic
stringlengths
1
63
text
stringlengths
1
577k
C STRUCTURE
Puedes proporcionar un PRG de ejemplo de como usas RmChart, para que podamos probarlo y ver que le ocurre ? gracias <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
C STRUCTURE
Gracias, sigue el ejemplo que funciona con xHarbour [code=fw:1ezsd5io]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.Ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"cstruct...
C STRUCTURE
Existe una versión demo de "rmchart.dll" ?
C STRUCTURE
Aqui <!-- m --><a class="postlink" href="http://www.4shared.com/account/home.jsp#dir=n6d-L3b3">http://www.4shared.com/account/home.jsp#dir=n6d-L3b3</a><!-- m -->
C STRUCTURE
Already reported to 4shared and removed accordingly: [quote:uczz5hwc]Hello, Thank you for letting us know. We have deactivated the links to the illegal files. If you know any other illegal use of our service, please let us know. We will do our best to remove the files as soon as possible. We appreciate your desire ...
C STRUCTURE
Lo siento, pero no te proporcionaré más soporte técnico hasta que no elimines los ficheros ilegales que tienes en tu cuenta de 4shared... Sorry, but I will not provide you any further tech support until you remove all the illegal files that you keep on your 4shared account...
C STRUCTURE
<!-- m --><a class="postlink" href="http://www.4shared.com/rar/iktULs11/RmkChart_42.html">http://www.4shared.com/rar/iktULs11/RmkChart_42.html</a><!-- m --> esse é o arquivo
C STRUCTURE
Olá, Voltando ao assunto do rmchart, com base ao exemplo do aferra, a minha duvida é de como exibir todos os dados de todos os 12 meses? Consegui portar o código para o harbour.
C Struct
Hello, I am developing with xHarbour(version dated 17/11/2-11 from xHarbout.com and Fivewin for Harbour. I realise this is an xHarbour issue rather than a Fivewin issue, but I am hoping someone on this forum can help me. I am trying to get DLLCAL() working wit little to no success. My sample code and (what it ret...
C Struct
Pat, Please try to build it NOT linking the FWH libraries. It may be a function conflict name due to the versions that you are using.
C Struct
Hi Antonio, Thanks for your reply. I compiled a DOS version of just the PRG (renaming the FWH folder to fool xBuildW that there was no Fivewin installed). I replace? the MsgInfo() with ? and I get the same result. I have managed to call other DLLs successfully in the past, but not using cStructures (this was usin...
C Struct
Pat, Based on your results, to me it seems as a xharbour bug. I suggest you to contact xhb.com and report it to them. We can't help you on that, sorry. Why don't you create an import library from the DLL that you need to manage and then use direct link using some C wrappers ? Its very easy and you have the FWH source...
C Struct
Hi Antonio, Thanks again for your reply and advice. So you are advising that I move from xHarbour to Harbour, yes? I am open to this advice, but I am not a C programmer. For me using xHB.com was a cheater's way of remaining C illiterate when I moved from Clipper, thus allowing me to focus on delivering client appli...
C Struct
In the forum you will find many examples of the use of harbour: mak, bat, etc., also included in the distribution FWH faith. Also: <!-- m --><a class="postlink" href="http://harbour.github.io/faq/index.html">http://harbour.github.io/faq/index.html</a><!-- m -->
C Struct
Pat, You can download the most recent Harbour for Borland that we have published from here: [url:2selqmui]https&#58;//code&#46;google&#46;com/p/harbour-and-xharbour-builds/downloads/detail?name=harbour_bcc582_20131007&#46;zip[/url:2selqmui] Please send me an email and I will explain you where to download Borland bcc...
C Struct
Antonio, [quote="Antonio Linares":3gyrw3tb]Also I take the oportunity to insist that you (all of you) migrate to Harbour (many readers will say here: "oh, Antonio again on the same") but Harbour is rock solid , with a growing ang growing users base, and you will be happier and we will have less tech support <!-- s:-) ...
C Struct
I am not able to locate hbole.ch in habour\include folder.
C Struct
Enrico, Finally (thanks to Przemek) #include "hbole.ch" #define WIN_DISP_E_PARAMNOTFOUND ( 0x80020004L ) function OleDefaultArg() return __oleVariantNew( WIN_VT_ERROR, WIN_DISP_E_PARAMNOTFOUND )
C Struct
Antonio, thank you! I'll try Harbour again. <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> EMG
C Struct
Here it is: [url:1767anff]https&#58;//github&#46;com/harbour/core/tree/master/contrib/hbwin[/url:1767anff]
C Struct
Antonio, thank you. EMG
C Struct
[quote="Enrico Maria Giordano":otadirmi]Antonio, [quote="Antonio Linares":otadirmi]Also I take the oportunity to insist that you (all of you) migrate to Harbour (many readers will say here: "oh, Antonio again on the same") but Harbour is rock solid , with a growing ang growing users base, and you will be happier and w...
C Struct
Cristobal, [quote="cnavarro":1x8n8qgm]You can give an example of using this function OleDefaultArg ()? Puedes poner un ejemplo de uso de esta funcion OleDefaultArg()? I found this link <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=27404&hilit=OleDefaultArg&start=30#p1...
C Struct
Cristobal, OleDefaultArg() is to OLE quite similar to what NIL is to Harbour <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
C Struct
And the function picks the right type of parameter? I get it, so no need to take into account all the parameters of filling functions, no? Y la funcion recoge el tipo de parámetro adecuado? Ya entiendo, asi no hay que tener en cuenta rellenar todos los parámetros de las funciones, no?
C Struct
Cristobal, I have never needed it but I guess so. Enrico has been using it for long time so surely he may be able to complete my description <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
C Struct
Antonio, Cristobal, [quote="Antonio Linares":372t74e0]Cristobal, I have never needed it but I guess so. Enrico has been using it for long time so surely he may be able to complete my description <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:372t74e0] What I kno...
C Struct
[quote="Antonio Linares":k9g3vos9]Cristobal, I have never needed it but I guess so. Enrico has been using it for long time so surely he may be able to complete my description <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:k9g3vos9] I have also been using.
C Struct
Thanks Enrico, Rao
C Struct
Anyway the entire discussion started with using C Struct of xHarbour. May be, xHarbour's implementation has some issues. But FWH also implements C Structures for its own use. Please refer to struct.ch and tstruct.prg and examples in samples folder. Using the STRUCT command for C structures for interfacing with Wind...
C Struct
Rao, [quote="nageswaragunupudi":1ju6xmss]Anyway the entire discussion started with using C Struct of xHarbour. May be, xHarbour's implementation has some issues.[/quote:1ju6xmss] I need of a reduced and self-contained sample of the problem in order to try to fix it. A sample that I can build and run here. Without it ...
C Struct
Pat, As I said at the beginning, when you are going to manage complex C structures, the best way to do it is from C language. Its really easy, as you don't need to master the C language. With a little example you will be able to understand it and do it yourself <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" a...
C Struct -> Harbour Using Help!!
Dear All C Struct -> Harbour Using Help!! Harbour Function from C structure to assign a value. The value read from the Harbour Function C struct is different. 1) passed Value: 10 2) read Value: 2 [code=fw:3vyfrbss]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">/* Harbou...
C Struct -> Harbour Using Help!!
Are you returning pWaitParam to high level (PRG) ? It is not in your code... <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
C Struct -> Harbour Using Help!!
Thank you for your answer Antonio. <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> oknbs.
C a n a l F i v e - Urgente una ayuda
Hola Amigos del foro: [b:35s9u6ks]Necesito urgente una ayudita.[/b:35s9u6ks] Alguien me puede dar un telefono o celular de contacto de Paco Garcia de C a n a l F i v e. o la dirección para mandarle una nota escrita. Le enviado varios correos, los cuales llegan a destino ( pues no me rebotan ) pero no tengo respues...
C a n a l F i v e - Urgente una ayuda
Hola, podrias plantear el problema, tal vez entre todos podamos ayudarte, Paco ya no dá soporte a productos fwh..., es más creo q hasta ya no programa. Salu2, Ariel.
C a n a l F i v e - Urgente una ayuda
Gracias Ariel por responder- pero es un problema de los códigos fuentes. Necesito conversarlo con él. Saludos,
C a n a l F i v e - Urgente una ayuda
jcaro, postea tu dirección de correo para que puedan ubicarte, creo que es lo más conveniente.
C a n a l F i v e - Urgente una ayuda
Gracias William : Mi correo es jcaro ( arroba) .mitaller.cl Es muy urgente hablar con Paco - no tengo problemas en llamarlo a España o donde este. Solo que se comunique conmigo o que me dijan como !! <!-- s:idea: --><img src="{SMILIES_PATH}/icon_idea.gif" alt=":idea:" title="Idea" /><!-- s:idea: --> . Saludos,...
C a n a l F i v e - Urgente una ayuda
Informo que Paco se contacto conmigo y todo esta [b:lpmpjcm6]solucionado !![/b:lpmpjcm6] <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Gracias a todos los que me ayudaron , saludos.
C a n a l F i v e - Urgente una ayuda
jcaro, Ves que tan fácil es colocar nuestro correo y esperar ayuda. así de simple.
C a n a l F i v e - Urgente una ayuda
[b:bnfh2x17]GRACIAS[/b:bnfh2x17] William: Es cierto eso, pero a veces uno evita poner el mail - porque lo bombardean despues con correos basura o spam- Es mas que nada una medida de filtro. Saludos,
C into PRG problem-RESOLVED
Hi When I maintain my old application. xHarbour v1.2.3 / FWH1312 I have C code in PRG below: [code=fw:1zk0ldns]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br />   <span style="color: #00D7D7;">#include</span> <span style="color: #ff0000...
C into PRG problem-RESOLVED
<!-- m --><a class="postlink" href="https://comp.lang.xharbour.narkive.com/ixJp2vGG/compilation-problemm">https://comp.lang.xharbour.narkive.com/ ... n-problemm</a><!-- m -->
C into PRG problem-RESOLVED
[code=fw:1i44a380]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br />&nbsp; &nbsp;<span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"windows.h"</span><br />&nbsp; &nbsp;<span style="color: #00D7D7;">#include</span> ...
C into PRG problem-RESOLVED
[quote="carlos vargas":32oaffir][code=fw:32oaffir]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br />   <span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"windows.h"</span><br />   <span style="color: #00D7D7;">#inc...
C into PRG problem-RESOLVED
[quote="hmpaquito":3c60b57v]https://comp.lang.xharbour.narkive.com/ixJp2vGG/compilation-problemm[/quote:3c60b57v] Thanks for your good information.
C into PRG problem-RESOLVED
A better way is: #include <windows.h> #include <hbapi.h> Means to look for them in the include paths
C into PRG problem-RESOLVED
[quote="Antonio Linares":3pmstgk9]A better way is: #include <windows.h> #include <hbapi.h> Means to look for them in the include paths[/quote:3pmstgk9] Antonio, Solved! Thank you.
C language #define # and ## operators use
This is supported by C compilers, but I guess it is a quite unknown feature: A single #name stringify the name A double ## joins two names [code=fw:3ebm9dqx]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span styl...
C para Sr. Antonio
Sr. Antonio como declarar esta função em FIVEWIN: short int (STDCALL *SWEDA_CapturarDispositivo) (short int Dispositivo, short int Opcoes, char *Arquivo, short int Extensao, long Timeout, TCallBackCD CallBack, void *Instancia); tentei assim: #include <hbapi.h> #include <stdio.h> #include <stdlib.h> #include <unistd...
C para Sr. Antonio
SGS, These lines are wrongly declared: char c[150] = {0} ; char f[150] = {0} ; char g[150] = {0} ; Please change them this way: char c[150]; char f[150]; char g[150];
C para Sr. Antonio
Obrigado Sr. Antonio.
C problem harbour compile 32 bit
Hi I try to convert xHarbour to Harbour. when I recompile some C file that appear error. How to compatible Harbour? [code=fw:2ku5o0hx]<div class="fw" id="{CB}" style="font-family: monospace;"><br />cText = hb_parc<span style="color: #000000;">&#40;</span> <span style="color: #000000;">6</span>, n <span style="color:...
C problem harbour compile 32 bit
cText = ( char * ) hb_parc( 6, n )
C problem harbour compile 32 bit
Hi I use these code work fine for xHarbour , but not work Harbour. It's appear error message Error E0030 Syntax error "syntax error at 'L'" [code=fw:38wg0h2v]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#define</span> MF_BYPOSITION 0x0400L<br /><span style="color: #00D...
C problem harbour compile 32 bit
Yes, Try with [code=fw:3pkruh62]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#define</span> MF_BYPOSITION 0x0400<br /><span style="color: #00D7D7;">#define</span> MF_BYCOMMAND &nbsp;0x0000<br /><span style="color: #00D7D7;">#define</span> MF_GRAYED &nbsp; &nbsp; 0x0001<...
C problem harbour compile 32 bit
[quote="cnavarro":ic208f95]Yes, Try with [code=fw:ic208f95]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#define</span> MF_BYPOSITION 0x0400<br /><span style="color: #00D7D7;">#define</span> MF_BYCOMMAND  0x0000<br /><span style="color: #00D7D7;">#define</span> MF_GRAYED...
C wrapper help
Cristobal: Thank you for your reply. Still getting the same error. xLINK: error: Unresolved external symbol '_SmsGetProvider referenced from (Testsms.obj)'. Thanks, Randal
C wrapper help
All, I am trying to write a C wrapper for a function. I've used the DLL command successfully for most of the functions however this function I think is going to require a C wrapper. I do have the lib for this function as well. This particular function populates a C structure with values. I need to call the functio...
C wrapper help
First test with [quote:3m5k86tv] aProvider.nProviderId = hb_parni( 1, 1 ); aProvider.nCountryCode = hb_parni( 1, 2 ); aProvider.nRegionCode = hb_parni( 1, 3 ); aProvider.nMessageLength = hb_parni( 1, 4 ); hb_retnl( [b:3m5k86tv]SmsGetProvider[/b:3m5k86tv](&aProvider) ); // C is Case sensitive [/quote:3m5k86tv]
C wrapper help
They have not provided any .h header file ?
C wrapper help
Yes, there is a header file. I've added that to the top of my .prg but still get the same error message. The header file is rather long so here is the portion of the header file that pertains to the function I'm trying to use. If you need the whole .h file let me know. typedef struct _SMSPROVIDERW { INT nProvide...
C wrapper help
You have to link some libs they surely provide containing the undefined function. EMG
C wrapper help
Enrico: Thanks for your reply. They do provide a lib and dll and I am linking the library file. Here is a list of functions from the lib. CSTXTAV8.DLL:__IMPORT_DESCRIPTOR_CSTXTAV8 CSTXTAV8.DLL:__NULL_IMPORT_DESCRIPTOR CSTXTAV8.DLL:CSTXTAV8_NULL_THUNK_DATA CSTXTAV8.DLL:_SmsDisableTrace@0 CSTXTAV8.DLL:_SmsEnableTrac...
C wrapper help
How are you linking the lib? EMG
C wrapper help
[quote="Enrico Maria Giordano":1x0o9kvq]How are you linking the lib? EMG[/quote:1x0o9kvq] I'm using xBuilder so I've just added it to the project. I also tried using the command line option to make sure the lib is being linked and I get the same error. Thanks, Randal
C wrapper help
Randal, What error do you get ?
C wrapper help
[quote="Antonio Linares":2fj40z3t]Randal, What error do you get ?[/quote:2fj40z3t] xLINK: error: Unresolved external symbol '_SmsGetProvider referenced from (Testsms.obj)'. Thanks, Randal
C wrapper help
Randal, Please modify this line: hb_retnl( SMSGETPROVIDER(&aProvider) ); into: hb_retnl( SmsGetProviderA(&aProvider) );
C wrapper help
[quote="Antonio Linares":1baubtt3]Randal, Please modify this line: hb_retnl( SMSGETPROVIDER(&aProvider) ); into: hb_retnl( SmsGetProviderA(&aProvider) );[/quote:1baubtt3] I get the same error message. xLINK: error: Unresolved external symbol '_SmsGetProviderA referenced from (Testsms.obj)'. Randal
C wrapper help
The DLL is using C++ mode. So you need to compile your C code using C++ mode Using Borland or Microsoft this is quite easy. What C compiler are you using ? Could you use free xHarbour ? that would easily solve it.
C wrapper help
[quote="Antonio Linares":3l2odu1s]The DLL is using C++ mode. So you need to compile your C code using C++ mode Using Borland or Microsoft this is quite easy. What C compiler are you using ? Could you use free xHarbour ? that would easily solve it.[/quote:3l2odu1s] Antonio: I'm using xHarbour commercial and xCC. ...
C wrapper help
Randal, I execute xcc.exe and get this: I don't see an option for C++ c:\xhb\bin>xcc Pelles ISO C Compiler, Version 3.00.0 (Beta) Copyright (c) Pelle Orinius 1999-2005 Syntax: xCC [options] srcfile{.C|.ASM} Options: /D<name>[=<text>] Define a preprocessor symbol /E Preprocess only (to stdout) /Fo<...
C wrapper help
[url:qbpet7th]http&#58;//forum&#46;pellesc&#46;de/index&#46;php?topic=5117&#46;0[/url:qbpet7th] [quote:qbpet7th]Pelles C does not support C++[/quote:qbpet7th] If you want to use that DLL you may need to change your C compiler or maybe build a DLL that access the DLL in C++ EXE --> first DLL --> second C++ DLL compl...
C'YaPass: Forget All Your Passwords
Buenas !!! Una utilidad que parece muy interesante [url:25qah74t]https&#58;//cyapass&#46;com/[/url:25qah74t]. Using CYaPass All you have to do is: Add / Select a SiteKey (reminds you which site the password is used for) Draw your secret pattern (it is never stored anywhere) The program remembers which password requir...
C++ -> Fivewin
I have to convert an function in C++ to fivewin, but i'm having trouble with struct There is the files .CPP and .H <!-- m --><a class="postlink" href="http://www.4shared.com/file/6A3J6R76/RFDBinarioC.html">http://www.4shared.com/file/6A3J6R76/RFDBinarioC.html</a><!-- m --> Here is my BIGGEST trouble, the Struct DLLRe...
C++ -> Fivewin
Samir, What error do you get ?
C++ -> Fivewin
The program abort when I call de dll with the parameter as ptr. Ptr because I need to receive the var send by reference...
C++ -> Fivewin
Samir, Please show me how you are calling the DLL function from your PRG
C++ ?? xHarbour :(
Hi, How i do to create a object activeX or ole in C++ alone. i try init main(){ obj = CreateObject("progID"); return 0; } more no compile show me that dont have function createObject, i tryed too ToleAuto more too no work. Someone can help ? thanks
C++ ?? xHarbour :(
Lailton, You have to use the function CoCreateInstance(): [url:1wnnoiqj]http&#58;//msdn&#46;microsoft&#46;com/en-us/library/ms686615(VS&#46;85)&#46;aspx[/url:1wnnoiqj]
C++ ?? xHarbour :(
Thanks Antonio, U can show me a sample using this. i will try alone, but if u can show me a sample. thanks
C++ ?? xHarbour :(
Lailton, If you search in google for CoCreateInstance and CLSCTX_INPROC_SERVER you may find many examples. We don't have a simple example to provide, sorry.
C++ ?? xHarbour :(
Thanks. Im looking about this. more think that this not work in bcc55 fine. because all sample dont compile or dont have .h file. i will try download microsoft visual C++ to make test too. thanks.
C++ API for Oracle Database (Para Daniel Garcia-Gil)
Buenas tardes, Aca dejo el link para los que tienen proyectado desarrollar una clase para Oracle <!-- m --><a class="postlink" href="http://www.oracle.com/technetwork/database/occidownloads-083553.html">http://www.oracle.com/technetwork/datab ... 83553.html</a><!-- m --> Saludos,
C++ API for Oracle Database (Para Daniel Garcia-Gil)
Compuin, Me parece que harbour en las contrib sddoci habia algo ya avanzado para atacar oracle con su api. Saludos, Lautaro Moreira
C++ Redistributables Required
Until this past year, my builds with FWH, Harbour, and MSVC never required me to install the Microsoft C++ Redistributables. Now I must install both the current pair ( 32 & 64 bit ), and the 32 bit Version 12. Is there a tool I can use to see what, in my application, now requires these ? It all started when I comp...
C++ Redistributables Required
Dear Tim, Could you please send me your old EXE and the current one using [url:lzj7fpbc]https&#58;//wormhole&#46;app/[/url:lzj7fpbc] ? I want to compare the required external DLLs for both EXEs thank you
C++ y DLL
Supongamos que creo una function en Borland C++ llamada MIFUNC() y que para ello empleo una function CFUNC() de una DLL externa, por ejemplo ICM32.DLL. Supongamos que todo va bien y se crea el OBJ correctamente. Cuando utilizo MIFUNC() en un PRG ¿necesito utilizar ICM32.DLL para compilar/linkar, o el algoritmo CFUNC() ...
C++ y DLL
Necesitas la DLL tambien. Tal como ocurre con el RDDADS. El RDDADS son un monton de wrappers a funciones que estan almacenadas en el ACE32.DLL, estas funciones utilizan a su vez otros DLLs como el ADSLOC32 y el AXWCS32.DLL, razon por lo cual aunque tengas que crear un ACE32.LIB a partir del ACE32.DLL, es necesrio inc...
C++ y DLL
Muchas Gracias
C++2009
Hi to all: Only a comment: I,d just used C++2009 with Harbour and FWH April and everything go ok. I used a diferent anigif.c posted in this forum for that. Saludos Ruben Fernandez
C++2009
Estimados amigos: He tenido la oportunidad de probar Harbour y FWH Abril con C++2009 y funciono perfecto, sin problemas. Utilice una version de anigif.c que estaba en el foro dejada por Antonio. Solo es un comentario de una prueba que hice por si alguien le interesa. Saludos Ruben Fernandez
C++2009
Ruben, Do you mean Borland C++ 2009 ? Or MSVC ? Thanks for sharing your results <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
C++2009
Antonio: Borland C++ 2009 Regards Ruben Fernandez
C++2009
Hi, Is Borland C++ 2009 a Freeware ? Any specific advantage by using Borland C++ 2009, instead of the one (BCC55) which we all use right now ? Regards Anser
C++2009
Hi Anser: Borland C++2009 is not free, and I don´t know for any advantage over BCC5.5. I use Borland C++2009 trial version. Just to know if all was ok with this version. Than kyou, best regards Ruben Fernandez.
C++2009
Dear Mr.Ruben Thanks for the info. Regards Anser