Search found 9 matches

by Toshy
Thu Feb 16, 2017 4:18 am
Forum: Coding Questions
Topic: Bug in AllocateMemory - PB 5.51
Replies: 1
Views: 1029

Bug in AllocateMemory - PB 5.51

german thread: http://www.purebasic.fr/german/viewtopic.php?f=20&t=30040
Sorry, my english is to bad.

Purebasix 5.51 x64
Compiler-Optionen auf Standard
Windows 10

Start mit F5, also Debugger läuft.

*MemoryID = AllocateMemory(5000)
If *MemoryID
Debug "Startadresse des 5000 Byte Speicherbereichs ...
by Toshy
Fri Jun 08, 2012 1:38 am
Forum: Coding Questions
Topic: ReceiveNetworkData() hangs + further missing things
Replies: 5
Views: 2244

Re: ReceiveNetworkData() hangs + further missing things

My english ist very bad. unfortunately. google-translater helps only slightly.

how can i or we inform an speak with fred about the network lib? a lot of years no update. lots of bugs. no new functions or parameters.
ReceiveNetworkData(), ReveiveNetworkFile() an also SendNetworkData() not run (ever ...
by Toshy
Thu May 31, 2012 11:32 pm
Forum: Coding Questions
Topic: ReceiveNetworkData() hangs + further missing things
Replies: 5
Views: 2244

Re: ReceiveNetworkData() hangs + further missing things

problem:

; server

If InitNetwork() = 0
MessageRequester("Error", "Can't initialize the network !", 0)
End
EndIf

Port = 6832

If CreateNetworkServer(0, Port)

Repeat

SEvent = NetworkServerEvent()

If SEvent

ClientID = EventClient()

Select SEvent

Case #PB_NetworkEvent_Connect ...
by Toshy
Tue Apr 21, 2009 1:39 pm
Forum: General Discussion
Topic: gnozal japbe - antivir found virus
Replies: 4
Views: 1801

thanks.

toshy
by Toshy
Tue Apr 21, 2009 3:27 am
Forum: General Discussion
Topic: gnozal japbe - antivir found virus
Replies: 4
Views: 1801

gnozal japbe - antivir found virus

I'm back with my "google-english" :-(

i unpack the file "jaPBeForPB400_394.exe" from gnozals website an antivir found in file "displaysystemmetrics.exe" an virus called:
TR/Crypt.PEPM.gen.

wat ist "displaysystemmetrics.exe"?
in my old version it don`t exists.

Toshy
by Toshy
Sun Feb 19, 2006 3:25 pm
Forum: Coding Questions
Topic: ReAllocateMemory-WinXP~Win98(PB4/3.94)
Replies: 19
Views: 5547

in Windows98 you can only allocate a Memorysize () of the size of "physical memory" [*mem = allocateMemory(physicalmemorysize)] and the pagefile size can be 4 GB (oder 2gb?)

i found the problem of the "ReAllocateBug", it ist Windows98.
LocalAlloc() (WindowsAPI) returns the same Problem :-(
It's not ...
by Toshy
Fri Feb 17, 2006 9:29 pm
Forum: Coding Questions
Topic: ReAllocateMemory-WinXP~Win98(PB4/3.94)
Replies: 19
Views: 5547

@fred
had you test my code?
A german user have test it an confirmed the problem.
by Toshy
Fri Feb 17, 2006 4:07 pm
Forum: Coding Questions
Topic: ReAllocateMemory-WinXP~Win98(PB4/3.94)
Replies: 19
Views: 5547

Oh god, my english :-(
i understand only some of your answer.
note: *MEM=2080047116 ist NOT the SIZE of Allocate Memory, it is the startpositon of Memory.
The error returns at i=184192 and that is (*32) a size of 5894144 Bytes (5 MB), NOT 2 GB.

The error exists in Win98, not XP. In WindowsXP the ...
by Toshy
Fri Feb 17, 2006 4:01 am
Forum: Coding Questions
Topic: ReAllocateMemory-WinXP~Win98(PB4/3.94)
Replies: 19
Views: 5547

ReAllocateMemory-WinXP~Win98(PB4/3.94)

My original topic:
forums.purebasic.com/german/viewtopic.php?p=77544#77544

I don`t speak englisch. Only some words. :-(

I found a bug in PB4 beta 3 an PB3.94 under Windows98. I don`s know whether it an Bug of Windows or PB.

The Memory-Pointer (ID) of ReAllocateMemory() increases up to 2 GB oder ...