Search found 39 matches

by MFarias
Fri Jun 27, 2014 6:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help - Problem with harbour and base64.c
Replies: 2
Views: 552

Re: Help - Problem with harbour and base64.c

Antonio,
Thanks, I found a partial solution in a lib that already had, but I'll be saving that his instruction, hugs :D
by MFarias
Fri Jun 27, 2014 4:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help - Problem with harbour and base64.c
Replies: 2
Views: 552

Help - Problem with harbour and base64.c

Hello, I am compiling with the harbor and in my base64.c this with this problem: Executando: BCC32 -M -c @B32.BC Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland LIB\base64.c: Warning W8004 LIB\base64.c 122: 'pTmp' is assigned a value that is never used in function Base64Decode Warning W8...
by MFarias
Thu Jun 26, 2014 4:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Visual Studio with harbour
Replies: 17
Views: 5575

Re: Visual Studio with harbour

Antonio,
Thanks, I'll make the change here.
by MFarias
Wed Jun 25, 2014 4:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Visual Studio with harbour
Replies: 17
Views: 5575

Re: Visual Studio with harbour

Only one more question: Is it possible to put a standard parameter for files added in visual studio, not to have to do it every prg that is put into the project? :D
by MFarias
Wed Jun 25, 2014 4:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Visual Studio with harbour
Replies: 17
Views: 5575

Re: Visual Studio with harbour

I applied it and it worked:

Code: Select all

#pragma BEGINDUMP


#ifdef __cplusplus
extern "C" {
#endif
void _HUGE( void )
{
}
#ifdef __cplusplus
}
#endif

#pragma ENDDUMP

 
as we say here at work: This is NASA! rsrsrsrs :lol:
Thanks antonio
by MFarias
Wed Jun 25, 2014 4:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Visual Studio with harbour
Replies: 17
Views: 5575

Re: Visual Studio with harbour

now he showed me this:

Code: Select all


1>  Lines 4195, Functions/Procedures 1
1>  Generating C source output to 'teste.c'... Done.
1>  teste.c
1>C:\des\fivewin\teste\teste\teste.prg(13): error C2059: syntax error : 'string'
 
by MFarias
Wed Jun 25, 2014 4:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Visual Studio with harbour
Replies: 17
Views: 5575

Re: Visual Studio with harbour

Antonio still with 17 errors: 1>------ Build started: Project: teste, Configuration: Debug Win32 ------ 1>  teste.c 1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/FORCE' specification 1>teste.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/OPT:LBR' specification 1>     Creati...
by MFarias
Wed Jun 25, 2014 3:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Visual Studio with harbour
Replies: 17
Views: 5575

Re: Visual Studio with harbour

Antonio

I do not know where to put this definition ...
I saw something in properties but had no success.
please show me [:)]
by MFarias
Wed Jun 25, 2014 3:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Visual Studio with harbour
Replies: 17
Views: 5575

Visual Studio with harbour

Hello All, after doing all the procedures found in the link http://forums.fivetechsupport.com/viewtopic.php?f=17&t=28723 I have a problem at compile time, below is a return VS by: 1>------ Build started: Project: teste, Configuration: Debug Win32 ------ 1>LIBCMT.lib(invarg.obj) : error LNK2005: ...