Josep,
I must be one of the exceptions as I use batch files for ALL the languages I use!
Fb,Pb,VC,O2,bc9,bcx,pellesC,MinGW.....
James
Search found 324 matches
- Jul 05, 2018 9:40
- Forum: Beginners
- Topic: How to install José Roca's WinFBX library
- Replies: 4
- Views: 1074
- Jun 12, 2018 9:47
- Forum: Community Discussion
- Topic: Intel Free compilers
- Replies: 5
- Views: 1593
Re: Intel Free compilers
just curious where that says 'free'. Use Intel® System Studio with a free commercial license backed by community forum support. This license allows usage for 90 days, and can be refreshed an unlimited number of times to use the latest version . You can convert at any time to a paid license, which p...
- Jun 11, 2018 22:46
- Forum: Community Discussion
- Topic: Intel Free compilers
- Replies: 5
- Views: 1593
Intel Free compilers
Has anyone given this a try as gcc replacement?
https://software.intel.com/en-us/system ... e-download
James
https://software.intel.com/en-us/system ... e-download
James
- Apr 19, 2018 13:34
- Forum: Libraries
- Topic: Nuwen MinGW Distro 10.4
- Replies: 7
- Views: 1861
Re: Nuwen MinGW Distro 10.4
I have no objection but you probably should get an ok from the maintainer Stephan.
James
James
- Apr 19, 2018 11:10
- Forum: Libraries
- Topic: Nuwen MinGW Distro 10.4
- Replies: 7
- Views: 1861
Re: Nuwen MinGW Distro 10.4
Again, Here it is but it won't be there long.
Let me know when you get it.
LINK REMOVED
James
Let me know when you get it.
LINK REMOVED
James
- Apr 19, 2018 9:49
- Forum: Libraries
- Topic: Nuwen MinGW Distro 10.4
- Replies: 7
- Views: 1861
Re: Nuwen MinGW Distro 10.4
Here it is but it won't be there long.
Let me know when you get it.
LINK REMOVED
VirusTotal had one false positive
James
Let me know when you get it.
LINK REMOVED
VirusTotal had one false positive
James
- Mar 05, 2018 18:23
- Forum: Beginners
- Topic: How can i use variables declared in WinMain function in WndProc function ?
- Replies: 37
- Views: 3350
Re: How can i use variables declared in WinMain function in WndProc function ?
This is more precisely how I use this method of encapsulation. James '=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* ' This source created by dlg2src ' Target: FreeBASIC 1.50 '=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* #Include Once...
- Mar 05, 2018 12:52
- Forum: Beginners
- Topic: How can i use variables declared in WinMain function in WndProc function ?
- Replies: 37
- Views: 3350
Re: How can i use variables declared in WinMain function in WndProc function ?
Maybe a poor choice of data type in this example. Could produce buffer overun if assigned new value somewhere else. Has nothing to do with names and scope. I've been using this concept for 20+yrs (various languages) normally with types(structs) or classes dimmed in WinMain filled out with data I nee...
- Mar 05, 2018 10:58
- Forum: Beginners
- Topic: How can i use variables declared in WinMain function in WndProc function ?
- Replies: 37
- Views: 3350
Re: How can i use variables declared in WinMain function in WndProc function ?
Yes it is possible. James #include once "windows.bi" declare function WinMain ( byval hInstance as HINSTANCE, _ byval hPrevInstance as HINSTANCE, _ byval szCmdLine as string, _ byval iCmdShow as integer ) as integer end WinMain( GetModuleHandle( null ), null, Command( ), SW_NORMAL ) ''::::...
- Jan 24, 2018 17:38
- Forum: Hardware Interfaces / Communication
- Topic: Raspberry Pi and FreeBASIC
- Replies: 18
- Views: 13657
Re: Raspberry Pi and FreeBASIC
Interesting, but FB is already a BASIC to C converter. Either way, at present neither FB nor this basic converter you linked to can emit code suitable for running on an Arduino. Especially if you want to utilize the Processing framework and API that makes Arduino so easy to use. That said, I think ...
- Jan 24, 2018 9:59
- Forum: Hardware Interfaces / Communication
- Topic: Raspberry Pi and FreeBASIC
- Replies: 18
- Views: 13657
- Aug 03, 2017 10:00
- Forum: General
- Topic: Answers for caseih
- Replies: 0
- Views: 674
Answers for caseih
So as to not pollute this thread: https://www.freebasic.net/forum/viewtopic.php?f=17&t=25829 but to answer questions raised by caseih Gee I wonder where I heard that before? :) You tell me. I have no idea what you're referring to. http://sourceforge.net/projects/bc9basic/?source=directory http:/...
- Aug 02, 2017 13:38
- Forum: Community Discussion
- Topic: What to do about a lack of developers for the compiler?
- Replies: 117
- Views: 12873
Re: What to do about a lack of developers for the compiler?
Personnaly I beleive the development of the FreeBasic compiler has come to an end. Actually the 64bit is a translator not a compiler. It takes basic syntax and translates it to "c" and then compiles it with gcc and links with ld. Gee I wonder where I heard that before? :) Seriously, dkl di...
- Mar 04, 2017 12:45
- Forum: Game Dev
- Topic: Simple Game framework
- Replies: 40
- Views: 6603
Re: Simple Game framework
Just lurking here. Why not start a github repository along with github pages for your project? https://github.com/ https://pages.github.com/ You don't need to treat it as a traditional git repository. I wanted a place where I could have html pages I could link to from forum messages without filling ...
- Jan 11, 2017 17:59
- Forum: General
- Topic: Dialog rc To source code utility
- Replies: 0
- Views: 734
Dialog rc To source code utility
Dlg2Src is a Windows 64bit utility that takes a dialog resource script as it's input and creates SDK source for a number of compiler/translators. Supported source code generation: bc9Basic/CWindow/TClib bc9Basic/TCLib bc9Basic/SDK FreeBasic/CWindow FreeBasic/SDK C/C++ SDK C++/TCLib PowerBASIC/CWindo...