Search found 6 matches

by brennus
Jan 22, 2020 14:54
Forum: Sources, Examples, Tips and Tricks
Topic: The Ultimate FB HashMap
Replies: 10
Views: 5163

Re: The Ultimate FB HashMap

Hello, I want to try it but i can't compile it it : Error: incorrect register `rbx' used with `l' suffix Thanks for your help "C:\My Program Files\FreeBASIC\fbc.exe" -v -R -g -s console -exx -O 3 "C:\tcc\main.bas" (dans le dossier : C:\My Program Files\FreeBASIC\) FreeBASIC Compi...
by brennus
Mar 19, 2015 16:33
Forum: Libraries Questions
Topic: winldap.bi correct or not ?
Replies: 7
Views: 2557

Re: winldap.bi correct or not ?

ok Thanks !

I get it
My code is compiling, a run is giving me a return value of 89 (error code), i will continue ...

Thanks again !
by brennus
Mar 17, 2015 11:03
Forum: Libraries Questions
Topic: winldap.bi correct or not ?
Replies: 7
Views: 2557

Re: winldap.bi correct or not ?

i'm still sticky with the ldap connection , iwant to get a sample code to bind an ldap test http://www.forumsys.com/tutorials/integration-how-to/ldap/online-ldap-test-server/ under Windows or Linux (here under it is from windows) nothing is working .... error 57: Type mismatch, at parameter 1 of LDA...
by brennus
Sep 27, 2013 8:24
Forum: Beginners
Topic: bug in my source ? bug in FreeBasic compiler ?
Replies: 1
Views: 557

bug in my source ? bug in FreeBasic compiler ?

Hello, Before start please read this : http://macforever.free.fr/div/pi.html i try to translate this working fine C source in FreeBASIC ================================= #include <stdio.h> #include <conio.h> int i, j; long resultat, retenue=0, tmp, Tableau[8401]; double r; main() { for (i=0;i<=8400;...
by brennus
Nov 24, 2011 14:25
Forum: Libraries Questions
Topic: winldap.bi correct or not ?
Replies: 7
Views: 2557

winldap.bi ==>

Thanks all for your answer, i did some tests, the same code (without cls) don't rise me any error in an other fresh install an other computer. yes i think some change in winldap.bi occur (or may i did it) if can onlt retrieve records and update it in ldap instance with freebasic i will be the "...
by brennus
Nov 23, 2011 15:47
Forum: Libraries Questions
Topic: winldap.bi correct or not ?
Replies: 7
Views: 2557

winldap.bi correct or not ?

hello all, i need to use the winldap.bi library for ldap connection. Cls #Include "windows.bi" #Include "win/winldap.bi" '#Include "crt/math.bi" '#define DWORD As Long Print "test" '? ldap_connect(10.114.1.3,10) 'Print sin_(2) 'MessageBox(NULL, "Text"...