New topic: 

runtime error in console app, not in windows app

<http://forums.realsoftware.com/viewtopic.php?t=30524>

       Page 1 of 1
   [ 1 post ]                 Previous topic | Next topic         Author  
Message       unclepauly           Post subject: runtime error in console app, 
not in windows appPosted: Fri Oct 16, 2009 2:16 pm                        
Joined: Fri Oct 16, 2009 1:36 pm
Posts: 1              hello,

if you start a normal windows app, drop a button onto the form, then add the 
following code to the onclick method:

  dim ipcsock as new IPCSocket
  IPCSock.Path = "tmp/mypath"
  IPCSock.Listen

its all fine.

but if you create a console app, or an empty service app, and add the same code 
to the Run method, it crashes at the call to Listen, with:

Code:
Project: REALbasic
Area: Framework - All


Description: [AutoSubmitted] Framework failed assertion in 
commonruntime.cpp:1641(2009r3)


Extra: File:commonruntime.cpp
Line number: 1641

Condition:r

Message: Someone called ObjectIsa, passing in an ObjectDefinition that we could 
not lookup.  The object we're looking for is: TCPSocket

IDE Version: 9.3.0.9810

Installed Plugins:
#TypeLib.rbx
e-CryptIt Engine.rbx
ODBC Plugin.rbx
Oracle Plugin.rbx
PostgreSQL Plugin.rbx
REALSQLServerPlugin.rbx



Platform: Windows 6.0

Platform :Windows 6.0
REALbasic Version :2009r3
REALbasic 2009 Release 3, Personal Edition, Demo

User Comments:


User Email:Installed Plugins:
#TypeLib.rbx
e-CryptIt Engine.rbx
ODBC Plugin.rbx
Oracle Plugin.rbx
PostgreSQL Plugin.rbx
REALSQLServerPlugin.rbx



canm anyone help please ? thanks !   
                            Top            Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 1 post ]     
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

[email protected]

Reply via email to