@Lucifer : Why "annoying" ???
Search found 100 matches
- Sat Dec 13, 2008 10:50 am
- Forum: AmigaOS
- Topic: PureBASIC And Amiga OS 4.1
- Replies: 9
- Views: 34199
- Thu Nov 06, 2008 12:12 pm
- Forum: Coding Questions
- Topic: Importing DarkSDK into PureBASIC
- Replies: 2
- Views: 1545
- Tue Nov 04, 2008 11:45 am
- Forum: Coding Questions
- Topic: Importing DarkSDK into PureBASIC
- Replies: 2
- Views: 1545
Importing DarkSDK into PureBASIC
Hi All,
This post directly follow the last one :
http://www.purebasic.fr/english/viewtopic.php?t=34927
Now FLOATS are correctly handled, INTEGER and STRINGS too :)
I've made good progress integrating the latest DarkSDK .lib pack into PureBASIC 4.30 Beta X.
I actually can include all PureSDK .lib ...
This post directly follow the last one :
http://www.purebasic.fr/english/viewtopic.php?t=34927
Now FLOATS are correctly handled, INTEGER and STRINGS too :)
I've made good progress integrating the latest DarkSDK .lib pack into PureBASIC 4.30 Beta X.
I actually can include all PureSDK .lib ...
- Tue Nov 04, 2008 11:35 am
- Forum: AmigaOS
- Topic: PureBASIC And Amiga OS 4.1
- Replies: 9
- Views: 34199
PureBASIC And Amiga OS 4.1
Hi All,
did someone tried PureBASIC on an Amiga OS 4.1 (on AmigaNG : AmigaONE, Sam, etc ...) ?
Are there some feedback concerning it ?
did someone tried PureBASIC on an Amiga OS 4.1 (on AmigaNG : AmigaONE, Sam, etc ...) ?
Are there some feedback concerning it ?
- Tue Oct 28, 2008 4:28 pm
- Forum: Coding Questions
- Topic: Import a LIB function that return a float
- Replies: 13
- Views: 4476
- Tue Oct 28, 2008 4:05 pm
- Forum: Coding Questions
- Topic: Import a LIB function that return a float
- Replies: 13
- Views: 4476
- Tue Oct 28, 2008 8:41 am
- Forum: Coding Questions
- Topic: Import a LIB function that return a float
- Replies: 13
- Views: 4476
@srod :
In fact, I don't exactly get the same result. I don't get the same number but both number are recognized as integer (.l) by PureBASIC ... and never change ... apparently, I always get the pointer to the float and not the float itself... I'll check with the author of the plugin concerning ...
In fact, I don't exactly get the same result. I don't get the same number but both number are recognized as integer (.l) by PureBASIC ... and never change ... apparently, I always get the pointer to the float and not the float itself... I'll check with the author of the plugin concerning ...
- Mon Oct 27, 2008 7:44 pm
- Forum: Coding Questions
- Topic: Import a LIB function that return a float
- Replies: 13
- Views: 4476
- Mon Oct 27, 2008 3:55 pm
- Forum: Coding Questions
- Topic: Import a LIB function that return a float
- Replies: 13
- Views: 4476
- Mon Oct 27, 2008 3:42 pm
- Forum: Coding Questions
- Topic: Import a LIB function that return a float
- Replies: 13
- Views: 4476
Import a LIB function that return a float
Hi All,
I need to import a .lib file that return float numbers.
For example :
Import "MyPlugin.lib"
RotateObject( iid.l , fx.f , fy.f , fz.f ) As "?RotateObject@@YAXHMMM@Z"
EndImport
I must chen use the function this way :
MyFloat.f = RotateObject( ObjectID.l, FX.f, FY.f, FZ.f )
The problem ...
I need to import a .lib file that return float numbers.
For example :
Import "MyPlugin.lib"
RotateObject( iid.l , fx.f , fy.f , fz.f ) As "?RotateObject@@YAXHMMM@Z"
EndImport
I must chen use the function this way :
MyFloat.f = RotateObject( ObjectID.l, FX.f, FY.f, FZ.f )
The problem ...
- Tue Sep 30, 2008 2:14 pm
- Forum: Coding Questions
- Topic: PureBASIC DLL questions.
- Replies: 4
- Views: 1721
- Tue Sep 30, 2008 1:55 pm
- Forum: Coding Questions
- Topic: PureBASIC DLL questions.
- Replies: 4
- Views: 1721
- Tue Sep 30, 2008 12:49 pm
- Forum: Coding Questions
- Topic: PureBASIC DLL questions.
- Replies: 4
- Views: 1721
PureBASIC DLL questions.
Hi All,
I have a small question.
If I create a DLL under PureBASIC to be used with PureBASIC.
Will the DLL share medias data ?
Imagine the main PureBASIC program open a screen/bitmap, will it be possible to access it from the DLL I've created ? Will I have to create a command where the user will ...
I have a small question.
If I create a DLL under PureBASIC to be used with PureBASIC.
Will the DLL share medias data ?
Imagine the main PureBASIC program open a screen/bitmap, will it be possible to access it from the DLL I've created ? Will I have to create a command where the user will ...
- Wed Jun 18, 2008 10:08 am
- Forum: Coding Questions
- Topic: PureBASIC 4.20 DLL Vs VISTA crashs ..
- Replies: 9
- Views: 3111
- Tue Jun 17, 2008 10:23 pm
- Forum: Coding Questions
- Topic: PureBASIC 4.20 DLL Vs VISTA crashs ..
- Replies: 9
- Views: 3111