@Manpcnin
do you use double or float (single) ?
do you run 32-bit exe on 64-bit windows ?
are the 3D data created on the fly or loaded from file ?
can you upload the code ?
Joshy
Search found 7807 matches
- Jan 14, 2021 9:43
- Forum: General
- Topic: Why is there a Known Compiler Bug from 2012 still in?
- Replies: 17
- Views: 520
- Dec 23, 2020 18:31
- Forum: Community Discussion
- Topic: [offtopic]How Microsoft Flight Simulator Recreated Our Entire Planet
- Replies: 5
- Views: 343
[offtopic]How Microsoft Flight Simulator Recreated Our Entire Planet
How Microsoft Flight Simulator Recreated Our Entire Planet !
(machine learning and cloud computing)
Get your popcorn and favorite drink and enjoy :-)
youtube: https://www.youtube.com/watch?v=0w7q1ZFfsxs
Joshy
(machine learning and cloud computing)
Get your popcorn and favorite drink and enjoy :-)
youtube: https://www.youtube.com/watch?v=0w7q1ZFfsxs
Joshy
- Dec 11, 2020 13:00
- Forum: Documentation
- Topic: RGB and RGBA
- Replies: 16
- Views: 2050
Re: RGB and RGBA
Yes please.fxm wrote:... then I will do it.
Joshy
- Dec 10, 2020 16:32
- Forum: Community Discussion
- Topic: SpaceX Starship 12.5-Kilometer Flight LIVE
- Replies: 8
- Views: 354
Re: SpaceX Starship 12.5-Kilometer Flight LIVE
No risk no fun :-)dodicat wrote:Failure surely, it was demolished.
- Dec 09, 2020 22:12
- Forum: Community Discussion
- Topic: SpaceX Starship 12.5-Kilometer Flight LIVE
- Replies: 8
- Views: 354
SpaceX Starship 12.5-Kilometer Flight LIVE
I show a live stream of the second try of SpaceX lauch -2 minutes the clock was halted :-( but now in 30 minutes the next try :-) Maybe we can show the first full scale of landing also (fingers cross) What about it!?: https://www.youtube.com/watch?v=toK7B1_WwJs NASASpaceflight: https://www.youtube.c...
- Dec 09, 2020 16:43
- Forum: Projects
- Topic: resonance_chung free VST plugin effect
- Replies: 2
- Views: 1044
Re: resonance_chung free VST plugin effect
Do you have a working VST SDK translated to FreeBASIC or using Visual Studio C/C++ ?
By the way the sourceforge.net download does not work today :-(
Joshy
By the way the sourceforge.net download does not work today :-(
Joshy
- Dec 09, 2020 16:22
- Forum: Windows
- Topic: Please test it for me on your XP(64bit) VISTA or WIN7 Box?
- Replies: 13
- Views: 3065
Re: Please test it for me on your XP(64bit) VISTA or WIN7 Box?
Looks like the kind of driver template I wrote in 2010 on XP does not need any signed stuff on my Windows 10 (64-bit) today !
The OS ask only for allow to install the driver, not more.
Joshy
The OS ask only for allow to install the driver, not more.
Joshy
- Dec 09, 2020 14:03
- Forum: Windows
- Topic: Freebasic Driver Programming
- Replies: 6
- Views: 942
Re: Freebasic Driver Programming
FreeBASIC created DLL's run only in user space (totaly different virtual address space) so the answer is simple "NO" you can't write driver for current Windows OS with FreeBASIC. here are a MIDI driver I wrote long time ago in FreeBASIC: https://www.freebasic.net/forum/viewtopic.php?f=6&am...
- Dec 09, 2020 13:58
- Forum: General
- Topic: UDT initializer : Invalid data types
- Replies: 5
- Views: 187
Re: UDT initializer : Invalid data types
Code: Select all
union colortype
as ulong bgra
type
as ubyte b,g,r,a
end type
end union
type mytype
declare constructor
as colortype clr
end type
constructor mytype
clr.bgra = rgba(255,255,255,255)
end constructor
dim as mytype test
sleep
- Dec 09, 2020 13:49
- Forum: Community Discussion
- Topic: geany on Windows strange copy/paste bug
- Replies: 2
- Views: 157
Re: geany on Windows strange copy/paste bug
I opened geany on windows 10 copy the code you pointed and saved as gltest.bas compile and run no problems here.
Joshy
Joshy
- Dec 08, 2020 5:15
- Forum: Community Discussion
- Topic: Thank you fxm for 10K high quality posts !
- Replies: 13
- Views: 770
Thank you fxm for 10K high quality posts !
memberlist.php?mode=&sk=d&sd=d#memberlist
The FreeBASIC help file or wiki would not be same without your hard work so it's time for me to say:
"THANK YOU"
Joshy
The FreeBASIC help file or wiki would not be same without your hard work so it's time for me to say:
"THANK YOU"
Joshy
- Dec 08, 2020 4:37
- Forum: Hardware Interfaces / Communication
- Topic: Timecode in AES31-3 ADL files from multitrack recorders or DAW's.
- Replies: 0
- Views: 281
Timecode in AES31-3 ADL files from multitrack recorders or DAW's.
AES-3-1 standard for network and audio - file transfer and exchange ! wikipedia: https://en.wikipedia.org/wiki/AES31 timnecode string format: "hh:mm:ss:ff| xxxx " hh = hours mm = minutes ss = seconds ff = frames xxxx = ???? I searched hours for a description of the xxxx part without succes...
- Dec 08, 2020 4:18
- Forum: Documentation
- Topic: RGB and RGBA
- Replies: 16
- Views: 2050
Re: RGB and RGBA
Now it's time to replace integer with ulong for custom blend funtion in FreeBASIC also :-)
/wiki/KeyPgCustomgfx
declare function identifier (byval source_pixel as ulong, byval destination_pixel as ulong, byval parameter as any ptr) as ulong
Joshy
/wiki/KeyPgCustomgfx
declare function identifier (byval source_pixel as ulong, byval destination_pixel as ulong, byval parameter as any ptr) as ulong
Joshy
- Dec 05, 2020 10:06
- Forum: Linux
- Topic: Runtime error: libtinfo.so.5 not found
- Replies: 10
- Views: 621
Re: Runtime error: libtinfo.so.5 not found
The linker option -static does the trick :) (I use it for all C/C++ stuff for my customers.) For examples it exists Firefox binaries they are linked static makes it much bigger and will run on 90% of all Linux distro. (of course a running X-Server and a FLTK, GTK .. GUI must installed) Not tested bu...
- Nov 28, 2020 12:17
- Forum: Community Discussion
- Topic: [offtopic] EmuOS
- Replies: 0
- Views: 320
[offtopic] EmuOS
Windows 95, 98 and Me with a lot of (retro) games in the browser :-)
https://emupedia.net/beta/emuos/
Joshy
https://emupedia.net/beta/emuos/
Joshy