Search found 9 matches

by eikeland
Sun Feb 08, 2004 1:22 pm
Forum: The PureBasic Editor
Topic: PureBasic Editor for Linux
Replies: 4
Views: 5180

Berikco, thats GREAT!!!
I'm realy looking forward to your VD.

Richard
by eikeland
Sun Feb 08, 2004 10:18 am
Forum: The PureBasic Editor
Topic: PureBasic Editor for Linux
Replies: 4
Views: 5180

PureBasic Editor for Linux

Hi,

While I'm testing the latest release for linux (3.81), did I deside to try to write a 'pure' pb editor.
What I have done is modified a GTK 1.2 wraper of scintilla (gtkscintilla), and updated this with the latest scintilla version (1.5.8 ).
I have also tried to create a PureBasic lexer for ...
by eikeland
Sat Aug 09, 2003 9:09 pm
Forum: Coding Questions
Topic: Need help with Convert a StructureUnion from C++
Replies: 13
Views: 5404

Could this be legal, (the compiler does not complain so far, but i'm still early in the process to complete the full code)


Structure STGMEDIUM

tymed.l ;DWORD

StructureUnion
Select tymed
Case #TYMED_GDI
hBitmap.l ; HBITMAP
Case #TYMED_MFPICT
hMetaFilePict.l ;HMETAFILEPICT
Case ...
by eikeland
Sat Aug 09, 2003 8:59 pm
Forum: Coding Questions
Topic: Need help with Convert a StructureUnion from C++
Replies: 13
Views: 5404

Need help with Convert a StructureUnion from C++

Hi,
is it some one out there who could please help me to transelate this to PB?

Thanks
Richard


typedef struct tagSTGMEDIUM
{
DWORD tymed;
[switch_type(DWORD), switch_is((DWORD) tymed)]
union {
[case(TYMED_GDI)] HBITMAP hBitmap;
[case(TYMED_MFPICT)] HMETAFILEPICT hMetaFilePict;
[case ...
by eikeland
Fri Aug 08, 2003 4:15 am
Forum: Off Topic
Topic: Wow, some of the ...... out there has no shame!!!!!
Replies: 7
Views: 4218

hhh wrote:hmm, sorry all.
if you don't help me, plz don't attack me!
okie?
Don't they "punish" thieves your country?
That is exactly what you try to do, steal from Fred, who working darn hard with PB, and we other gladly pay for so this product will continue to have the focus it deserve.
by eikeland
Fri Aug 08, 2003 4:06 am
Forum: Off Topic
Topic: Wow, some of the ...... out there has no shame!!!!!
Replies: 7
Views: 4218

I was tempted to send him this guy real killer "virus".....but acording to my wife, that would make me at his level...... :evil:
by eikeland
Fri Aug 08, 2003 3:36 am
Forum: Off Topic
Topic: Wow, some of the ...... out there has no shame!!!!!
Replies: 7
Views: 4218

Wow, some of the ...... out there has no shame!!!!!

I'm probaly not the only one who recieved this "Private Message" here in this forum:

Fred, I guess it's not much you can do about this but I think should know about it anyway...

/Richard

The Message:

From: hhh
To: eikeland
Posted: Fri Aug 08, 2003 02:25
Subject: plz help me
first, i want ...
by eikeland
Sat Jul 19, 2003 3:18 pm
Forum: Coding Questions
Topic: Windows NT Service
Replies: 11
Views: 4886

Hi,
I posted this one for a while ago...here it's again:


; Apr. 12, 2003
; Converted to PB by Richard Eikeland
; This code is posted as is with out any waranties.
;
#SERVICE_WIN32_OWN_PROCESS = $10
#SERVICE_WIN32_SHARE_PROCESS = $20
#SERVICE_WIN32 = #SERVICE_WIN32_OWN_PROCESS + #SERVICE ...
by eikeland
Fri Jun 13, 2003 7:50 pm
Forum: Linux
Topic: can't compile on linux
Replies: 7
Views: 6023

This is one of xxx's number of bugs regarding PB for Linux.
I did send a detailed bug report in early April, but as useal nothing happend.

I guess PB for linux is more or less in a "freeze" state right now, atleast until Fred or some one fix ALL the know bugs.

Richard