A coworker was telling me how great her VB.Net was and I was telling her how Bill Gates was an ASS. (Not yelling here ... it's just that Bill Gates is a really big ASS). So here's what I did. I compliled the following code in PureBasic and had her complie something (didn't see her source) that was supposed to be exactly comparable:
Code: Select all
If OpenWindow(0, 100, 200, 600, 400, #PB_Window_MinimizeGadget, "PureBasic - Gadget Demonstration")
If CreateGadgetList(WindowID())
ButtonGadget(1, 223, 20, 72, 20, "Play")
EndIf
Repeat
EventID = WaitWindowEvent()
Until EventID = #PB_EventCloseWindow
EndIf
End
Hers on the other hand is 1KB smaller ... BUT, it does NOT run on every XP box we try it on (no surprise ... Bill Gates is an ASS!)
Anyone have any idea why this VB.Net compiled exe of hers only runs on some XPs? (Other than being the byproduct of a really giant ASS.)
Thanks,
Randy