IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1825.68 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-07-20
Pages: < Prev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Next >
[00:38]<vxznrm_>why would you need to do that?
[00:38]<vxznrm_>sounds quite strange to me
[00:38]<gjrvcxnne>it is
[00:38]<d0`>why?
[00:39]<vxznrm_>because you cant distinct between signed and unsigned number data in memory at all
[00:39]<d0`>a signed integer needs to be taken place for double the length
[00:39]<d0`>hm
[00:41]<vxznrm_>GoatCheez, what is the actual problem?
[00:42]<gjrvcxnne>thread_: m0` has this library call that throws an exception for only one value for the parameter... it's an error code to string function... other error codes are fine, just this one isn't
[00:42]<vxznrm_>heh, which value?
[00:43]<gjrvcxnne>0x203 right m0`?
[00:43]<gjrvcxnne>m0`: i think the road i'm going with the sign thing isn't going to be it
[00:45]<gjrvcxnne>m0`: maybe try changing the calling convention?
[00:52]<d0`>ahh ok
[00:52]<d0`>decl it is
[00:52]<d0`>[DllImport("hd", EntryPoint = "#12",CharSet=CharSet.Ansi,CallingConvention=CallingConvention.StdCall)]
[00:53]<d0`>ohoy
[00:53]<d0`>it worked
[00:53]<d0`>(L)
[00:53]<d0`>lol
[00:53]<d0`>im gonan do them all StdCall
[00:53]<d0`>wow
[00:54]<cfudsd>long live the attribute
[00:54]<d0`>wait
[00:54]<d0`>im wrong
[00:54]<d0`>it returned nothing
[00:55]<d0`>at least no exception
[00:57]<d0`>its right
[00:57]<d0`>Thanks guys
[00:57]<d0`>as klumsy said, long live the attribute
[01:00]<d0`>err sorry guys
[01:00]<d0`>I accidently tested the wrong number :)
[01:00]<d0`>I tested 551 instead of 515, so sorry for my excitement
[01:01]<gjrvcxnne9w>back
[01:02]<gjrvcxnne9w>m0`: still the same results?
[01:02]<d0`>yes same results
[01:02]<gjrvcxnne9w>for shits and giggles, try 0x00000203
[01:03]<gjrvcxnne9w>lol
[01:03]<sdnffdxdlld>opps :P
[01:03]<d0`>lol
[01:03]<sdnffdxdlld>better dispose of that quick before the tenticles arrive :O
[01:03]<gjrvcxnne9w>lol
[01:04]<sdnffdxdlld>thankyou, thankyou I'll be here all night ;)
[01:05]<d0`>all night aww
[01:05]<d0`>how cute
[01:05]<d0`>the hippy waiting with his goat all night for a dinner with some smelly cheeze :(
[01:05]<gjrvcxnne9w>did i miss anythinhg?
[01:06]<gjrvcxnne9w>last thing I saw was me saying bwuhahahahaha
[01:06]<sdnffdxdlld>[23:01:58] <GoatCheez41> lol
[01:06]<sdnffdxdlld>[23:02:11] * GoatCheez41 is now known as Urotsukidoji
[01:06]<sdnffdxdlld>[23:02:23] <smellyhippy> thankyou, thankyou I'll be here all night ;)
[01:06]<sdnffdxdlld>[23:02:32] * frb-away (n=frb@unaffiliated/frb) Quit (Remote closed the connection)
[01:06]<sdnffdxdlld>[23:02:48] * frb-away (n=frb@unaffiliated/frb) has joined ##csharp
[01:06]<sdnffdxdlld>[23:03:12] <m0`> all night aww
[01:06]<sdnffdxdlld>[23:03:13] <m0`> how cute
[01:06]<sdnffdxdlld>its quiet
[01:07]<d0`>what is the calling convention if my c/c++ is this: __declspec(dllimport) void __stdcall test()
[01:07]<d0`>is it stdcall or Cdecl ?
[01:07]<pz2-rwrd>yes, I knocked out the internet connection while cleaning my desk :P
[01:07]<gjrvcxnne9w>stdcall
[01:07]<sdnffdxdlld>go frb-away! :D
[01:07]<sdnffdxdlld>I trashed an adsl filter cleaning once hehge
[01:07]<d0`>bydefault what is it when you DLL Import?
[01:08]<gjrvcxnne9w>shit, i just had that up too
[01:08]<gjrvcxnne9w>i THINK it's stdcall
[01:08]<d0`>lol
[01:09]<cjmgrug>;)
[01:11]<vynvyv>does anyone know why, very often, vs only reports an error to me when i try to run the code?
[01:11]<gjrvcxnne9w>tieTYT: like what error
[01:12]<vynvyv>i can say int i = "a"; and it won't tell me there's something wrong with that until i try to run the program
[01:12]<vynvyv>compiler error i mean
[01:12]<gjrvcxnne9w>when you compile it doesn't tell you?
[01:12]<gjrvcxnne9w>but when you run it does?
[01:12]<vynvyv>sorry i used incorrect termonlogy
[01:12]<vynvyv>it only tells me when i compile
[01:12]<vynvyv>as opposed to before i compile
[01:12]<[dam]>that's the way it should be..
[01:13]<gjrvcxnne9w>right
[01:13]<gjrvcxnne9w>lol
[01:13]<vynvyv>[DcM]: shouldn't it tell me as i'm making the mistake?
[01:13]<gjrvcxnne9w>this isn't VB6
[01:13]<vynvyv>wtf
[01:13]<vynvyv>every other ide i've used does this
[01:13]<gjrvcxnne9w>no it doesn't
[01:13]<d0`>heh I am such a loser :)
[01:13]<[dam]>do you want it to make coffee and a blowjob too. ?
[01:13]<d0`>if (error.errorCode == 515) error.errorCode = 203;
[01:13]<d0`>jus tto get out of exception :)
[01:13]<vynvyv>[DcM]: uh....
[01:13]<[dam]>:P
[01:13]<d0`>to make the error nothing
[01:13]<vynvyv>idea, eclipse, netbeans...
[01:13]<d0`>idea is not good !@
[01:13]<vynvyv>yes it's java, but i don't see what the big deal is
[01:13]<gjrvcxnne9w>tieTYT; no they don't
[01:13]<d0`>Eclkpse!
[01:13]<vynvyv>yes they do
[01:13]<gjrvcxnne9w>no they don't
[01:14]<vynvyv>obviously you don't understand what i'm talking about
[01:14]<sdnffdxdlld>tieTYT: it only checks syntax as you type







