Search found 25 matches

by peck
Sep 28, 2021 17:47
Forum: Community Discussion
Topic: Any copies of old CryptoChat?
Replies: 2
Views: 888

Any copies of old CryptoChat?

Does anyone happen to have an old copy of CryptoChat (https://www.freebasic.net/forum/viewtopic.php?t=13750)? The homepage is down, user is not active since 2013 and I'm in dire need of a cross-platform Diffie-Hellman implementation, one which I'm not exactly the right guy to implement himself. If I...
by peck
Jan 22, 2016 12:32
Forum: Linux
Topic: FreeBasic 0.90.1 for ARM 6 / 7 devices.
Replies: 42
Views: 46783

Re: FreeBasic 0.90.1 for ARM 6 / 7 devices.

Thank you both for your replies! I'll make sure to post information about which board I'm about to order before placing the order. One more to both Joshy and St_W which doesn't necessarily have that much with FB to do, but absolutely with ARM. I've started developing some software which is gonna run...
by peck
Jan 20, 2016 10:22
Forum: Linux
Topic: FreeBasic 0.90.1 for ARM 6 / 7 devices.
Replies: 42
Views: 46783

Re: FreeBasic 0.90.1 for ARM 6 / 7 devices.

Still an awesome project, to say the least. I'm curious about buying a development board with an ARM Cortex A9. As long as I can get a proper linux dist running on it, should that be enough to keep me from problems when using the latest Freebasic for ARM-version? Just want to reduce the risk of me b...
by peck
Sep 27, 2013 12:50
Forum: Linux
Topic: FreeBasic 0.90.1 for ARM 6 / 7 devices.
Replies: 42
Views: 46783

Re: FreeBasic 0.91.0 for ARM 6 / 7 devices.

Support for generating GCC this way will give FB a new boost as well as beat the crap out of competitive compilers as well as it could support other platforms as well. Mindblowing, putting it mildly. A great help for many people would probably be a live iso with everything needed already since many ...
by peck
Sep 01, 2013 11:42
Forum: Linux
Topic: FreeBasic 0.90.1 for ARM 6 / 7 devices.
Replies: 42
Views: 46783

Re: FreeBasic 0.91.0 for ARM 6 / 7 devices.

I can nothing but agree. This is fantastic. Will this mean that I'll soon be able to compile for MIPS as well? If so, then I guess all my other compilers might as well retire. It would, however, be a nice addition with some examples on how to use the kernel gate with direct inline assembler to acces...
by peck
May 07, 2011 22:27
Forum: Libraries Questions
Topic: Tor implementation (from Adv(T)or)?
Replies: 0
Views: 1338

Tor implementation (from Adv(T)or)?

I'm simply not man enough for this I guess. Anyone who has looked into the "Advanced Onion Router"-project? http://sourceforge.net/projects/advtor/ I see lots of possibilities. Imagine creating a game and you need peers for it. You could either use BitDHT or this. Would be possible to play...
by peck
Sep 20, 2008 16:54
Forum: Libraries Questions
Topic: libIrcClient ... continue
Replies: 2
Views: 2097

Ok, got help from voodooattack, LukeL, Mysoft and more and apparently something happens when dcc:ing FROM mirc 6.3 (and probably newer) to an application that uses libircclient. Trying to figure out what, but for now I'm completely stuck. Anyone who feels like looking into it, please do.
by peck
Sep 18, 2008 17:10
Forum: Libraries Questions
Topic: libIrcClient ... continue
Replies: 2
Views: 2097

Sorry. The code IS working, but smthg goes ******** when I try to dcc to my own machine. Digging into this. Will post an update.

The new problem is why it doesn't accept any further dcc's whenever the first one is done. ;)
by peck
Sep 17, 2008 9:18
Forum: Libraries Questions
Topic: libIrcClient ... continue
Replies: 2
Views: 2097

libIrcClient ... continue

Instead of reviving an ancient thread, I thought I might just create a new one. The original lib (dll-version) example code was ported to fb by voodooattack . I have been trying to improve it a little so that it can ACCEPT files over dcc instead of only sending. Unfortunately, it seems to halt when ...
by peck
Jul 16, 2007 0:04
Forum: Community Discussion
Topic: Tiny (semiprivate) skeletonproject (Win)
Replies: 2
Views: 2071

Tiny (semiprivate) skeletonproject (Win)

Hi there everyone. I need someone to help me rewrite some parts of a source that DrV wrote for me. The main part to be done is a "custom gui" so I guess the creation of windows and controls using api's is the main thing I need help with. Proper credits etc will of course be given. I have a...
by peck
Jan 14, 2007 4:52
Forum: Libraries & Headers
Topic: libIrcClient
Replies: 25
Views: 15970

Re: DCC SEND/GET

If anyone could write an example on how to make the bot accept files from other users it'd be greatly appreciated. I've tried and tried but I cannot seem to make it work unfortunately. Cheers. /Peter Darn, never mind that. I was just being plain stupid. I'll try to clean it up and post the example ...
by peck
Jan 12, 2007 10:58
Forum: Libraries & Headers
Topic: libIrcClient
Replies: 25
Views: 15970

DCC SEND/GET

If anyone could write an example on how to make the bot accept files from other users it'd be greatly appreciated. I've tried and tried but I cannot seem to make it work unfortunately.

Cheers. /Peter
by peck
Jan 08, 2007 7:09
Forum: Windows
Topic: Remote Process Code Injection
Replies: 20
Views: 8982

well well

With the risk of being gangraped by those "anti-virus fascists", I'm curious if someone could post an example on how to inject executable code into another process, and I don't mean a dll. Many applications (games, software with dumb copyprotections etc) trigger if a dll is mapped into it'...
by peck
Jul 27, 2006 22:30
Forum: Libraries & Headers
Topic: libIrcClient
Replies: 25
Views: 15970

Extract everything into one directory (don't miss the dll :P ), and move the lircc.bi file into the include file under your freebasic directory. Worked like a charm for me. As long as I didn't try to use the static library. Okay, I'm new and particularly stupid when it comes to FB, but I keep gettin...
by peck
Jul 21, 2006 15:02
Forum: Libraries & Headers
Topic: libIrcClient
Replies: 25
Views: 15970

i'm still eagerly waiting for the dcc-issue to be resolved (since my own attempts only resulted in the exampleprogram repeatedly crashing) as well as someone to tell me how the hell i compile the static library-version so that it won't crash when i try to use it, due to me prolly being too stupid to...