Search found 47 matches

by real
Fri May 26, 2023 7:46 am
Forum: Announcement
Topic: PB language support for Visual Studio Code
Replies: 45
Views: 43517

Re: PB language support for Visual Studio Code

Hi,

I installed "PureBasic Language" and "PureBasic Extension". Looks nice, but if I try to run my code w/o debugging VSCode says:
"You don't have an extension for debugging purebasic. Should we find a purebasic extension in the Marketplace?"

Maybe I missed something. Could anybody help, please? I ...
by real
Thu Nov 26, 2009 12:05 am
Forum: Announcement
Topic: ProGUI V1.38 UI Library (Small Bug Fix)
Replies: 1064
Views: 348518

Re: ProGUI V1.12! Professional Graphical User Interface Library

Is there any chance to get something like the ImageButtonEx with additional text in a future release of ProGUI?
by real
Wed Oct 21, 2009 10:36 am
Forum: Coding Questions
Topic: Help with webcam or video stream
Replies: 52
Views: 32141

Re: Help with webcam or video stream

Okay, I know that i have to pass it via SendMessage_() to the capture window, but I'm note sure about the parameters to use.
by real
Tue Oct 20, 2009 11:47 pm
Forum: Coding Questions
Topic: Help with webcam or video stream
Replies: 52
Views: 32141

Re: Help with webcam or video stream

Sorry for re-opening this topic... :oops:

Could anybody give me an example, how to change the resolution to 640 x 480 pixels without any dialogs... please? I'd like to make a snapshot in 640 x 480 and this is supported by the webcam, but standard webcam is a resolution of 352 x 288 pixels.

Thanks ...
by real
Wed Oct 14, 2009 8:15 am
Forum: Announcement
Topic: ProGUI V1.38 UI Library (Small Bug Fix)
Replies: 1064
Views: 348518

Re: ProGUI V1.12! Professional Graphical User Interface Library

Themes OFF! Thank you for your help, with enabled XP skin support everything looks great! :D
by real
Tue Oct 13, 2009 6:58 pm
Forum: Announcement
Topic: ProGUI V1.38 UI Library (Small Bug Fix)
Replies: 1064
Views: 348518

Re: ProGUI V1.12! Professional Graphical User Interface Library

MenuExample1.pb compiled with x86 versions of Purebasic 4.31 and 4.40b4 in both userlib and .dll mode on Windows 7 x64:

Image
by real
Fri Sep 11, 2009 1:47 pm
Forum: Announcement
Topic: ProGUI V1.38 UI Library (Small Bug Fix)
Replies: 1064
Views: 348518

Re: ProGUI V1.11! Professional Graphical User Interface Library

Hi,

ProGUI userlib versions seems not yet to be compliant to PB 4.40 (POLINK error with unresolved external symbal 'SYS_AllocateString'). When will it be fixed? Maybe in 1.12? :D *can'twait*

René
by real
Mon Jul 06, 2009 7:34 pm
Forum: Game Programming
Topic: Ninfa3D wrapper
Replies: 6
Views: 4051

Here is the pbi for version 1.0e plus one example. You still need to download the Ninfa3D package for media stuff and ninfa3d.dll.

And: it's only a test of a parser to automatically convert ninfa3d.bi to ninfa3d.pbi to make it available for PB users. I had to correct it a little, so the code is ...
by real
Sat Jun 06, 2009 10:47 am
Forum: Game Programming
Topic: Ninfa3D wrapper
Replies: 6
Views: 4051

Nice engine and great idea to wrap it... :idea: But I can't get it run. :(

Every try to call an engine command (e.g. nEnableVsync()) causes an 'Invalid memory access. (write error at address 0)'.

Does anybody know what to do? :?
by real
Fri Jun 05, 2009 2:07 pm
Forum: Feature Requests and Wishlists
Topic: Implementing some encryption/decryption functions?
Replies: 3
Views: 1638

I am waiting for functions to code a ssh client... So I agree. :lol:
by real
Fri Jun 05, 2009 2:02 pm
Forum: Announcement
Topic: ProGUI V1.38 UI Library (Small Bug Fix)
Replies: 1064
Views: 348518

Links to ProGUI are dead. :(
by real
Tue Feb 17, 2009 10:27 pm
Forum: Coding Questions
Topic: UDP Broadcast on a specific nic
Replies: 7
Views: 1504

I think a broadcast to 255.255.255.255 should reach all networks. Did you try it?

I wrote a lib to realize this and afaik it was able to broadcast via multiple nics. If you want to give it a try i would upload it to my website again...
by real
Tue Feb 17, 2009 11:30 am
Forum: Coding Questions
Topic: UDP Broadcast on a specific nic
Replies: 7
Views: 1504

What is you intention? To send the message only to a limited network or to ALL networks?
by real
Wed Jan 30, 2008 2:29 pm
Forum: Coding Questions
Topic: Compiling userlibs with LCCwin32 or PellesC
Replies: 2
Views: 1459

PureLibrary.h is included in PureBasic package and installed to {PB}\Library SDK\LccWin32

René
by real
Tue Jan 29, 2008 9:53 am
Forum: Coding Questions
Topic: Compiling userlibs with LCCwin32 or PellesC
Replies: 2
Views: 1459

Compiling userlibs with LCCwin32 or PellesC

Hi,

I just have two questions regarding userlib creation in C, cause it seems that I am not able to recompile a userlib I successfully created once:

I'd like to compile a userlib with PellesC. So I created a new project (static lib), copied the source to the project directory (under {PB}\Library ...