Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
0 user currently in Programming. | 3 guests
Acmlm's Board - I2 Archive - Programming - Easiest programming launguage to learn | |
Pages: 1 2 3Add to favorites | "RSS" Feed | Next newer thread | Next older thread
What launguage do you think is easiest, or one of the easiest to learn?
6502
 
56.2%, 9 votes
65816
 
12.5%, 2 votes
C++
 
18.8%, 3 votes
Java
 
12.5%, 2 votes
Multi-voting is enabled.

User Post
sloat

Level: 16

Posts: 9/85
EXP: 18044
For next: 2212

Since: 05-21-04
From: South Central Delaware

Since last post: 19 days
Last activity: 5 hours
Posted on 11-03-04 09:56 AM Link | Quote
Static Link Libraries are precompiled code modules that get built in to your program. VB Modules and Active X controls aren't static linked. A VB application will include ALL of the code in the module (last time i checked anyway), where as an application in C or ASM will include only the code that you use from a static lib.

Dynamic Link Libraries can be imported via an import lib at compile time, or loaded dynamically. C and ASM in Windows can handle importing functions from DLLs (provided there is an import lib) as well as getting functions dynamically, but VB can only do dynamic. If you have a dependency viewer program, you can see that the only DLL a VB application imports is the runtime.


The message pump isn't the same thing as the Window Procedure. The message pump is the GetMessage-DispatchMessage loop. It's usually only ever changed in games or something otherwise graphics intensive.

HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 1963/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 11-03-04 10:15 AM Link | Quote
Well it does import others, but using its own pseudo-code, so they don't show up there. (Same as its windows.)
Pages: 1 2 3Add to favorites | "RSS" Feed | Next newer thread | Next older thread
Acmlm's Board - I2 Archive - Programming - Easiest programming launguage to learn | |


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.013 seconds.