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: 1822.19 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-06-15
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
Next >
[03:40]<kjr>+I went... it downloaded a 30mb exe, which I just ran
[03:40]<kjr>+it's a broken passthru app
[03:40]<fz1dbz>-?
[03:42]<sly>-mshtml.axWebBrowser1: Someone know how I can get a class tag instead of name or id tag as identifiers?
[03:43]<fz1dbz>-:O
[03:43]<fz1dbz>-1,81:1[
[03:44]<sly>-for example: if I want to get a tag <DIV id=one> I can use getElementById("one");
[03:44]<sly>-but for class identifier I can't use this method...
[03:45]<sly>-nobody know how can i do?
[03:47]<rxrcr>-yay for half implemented data structures
[03:49]<fz1dbz>-is a Hashtable With Function Pointers Better than a Switch ?!
[03:49]<rxrcr>-we have this ObservableCollection derivative in our app that someone from the AV team wrote.. half the methods do throw new Exception("The method or operation is not implemented.");
[03:49]<rxrcr>-Fr3DBr, no idea
[03:52]<ygvgzpgzjg>+xbema
[03:56]<kjr>+interferon: it keeps bitching about a lack of license
[03:57]<ygvgzpgzjg>+Kog, didn't you fill out a form when you downloaded it?
[03:57]<ygvgzpgzjg>+Kog, they send it to you via e-mail
[03:57]<kjr>+I don't see any attachments
[03:58]<kjr>+I've got info, but what do I throw in a license...
[03:58]<kjr>+Neither sys:devel.lic nor sys:devel.lic.txt exist.
[04:01]<ygvgzpgzjg>+shrug
[04:05]<`d0>+hi I am wondering why i am getting DLLNotFoundException when doing DLLImport
[04:05]<`d0>+I have added the dll to my path
[04:06]<`d0>+I have moved the dll to windows folder as well
[04:06]<`d0>+I still get that exception
[04:11]<kjr>+sorry... my mother randomly called me
[04:13]<`d0>+:S
[04:16]<kjr>+bah, he left
[04:18]<kjr>+oh wow... this installer is terminally braindead
[04:25]<zgzzcygnv>+?
[04:27]<kjr>+AnarkiNet: this lisp version interferon wanted me to check out
[04:27]<kjr>+you can get the license from the broken installer, or from the email which doesn't include a link like it's supposed to
[04:29]<kfl>-whats best way to have a right click menu on a listbo
[04:29]<kfl>-listbox
[04:36]<rxrcr>-Kog, it sure sounds like it will save you development time
[04:36]<kjr>+chaka: oh yeah... sure will
[04:37]<kjr>+if the installer is any indication of the intelligence put into the rest of the language, I'll be just swell
[04:39]<zgzzcygnv>+wait
[04:39]<zgzzcygnv>+a license?
[04:39]<zgzzcygnv>+wtf, you need a license to USE the language?
[04:40]<kjr>+it's an implementation
[04:41]<kjr>+apparently commercial
[04:41]<kjr>+there's a community edition, but apparently the installer was written by zombie ravaged brains
[04:41]<zgzzcygnv>+LISP?
[04:42]<kjr>+CLISP
[04:52]<rffjuv170>-how do acces classes in other .cs files?
[04:55]<al->+add a using directive for their namespace and pass them to the compiler when you build the executable
[04:56]<rffjuv170>-hmmmm
[04:56]<rffjuv170>-ok
[04:56]<rffjuv170>-lol this is my first day working with c#
[04:56]<`d0>+can someone please tell me how to debug this issue:
[04:56]<`d0>+System.DllNotFoundException: Unable to load DLL 'hd': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
[04:57]<`d0>+thats while doing dllimport
[05:00]<`d0>+I have been stuck at this for a long time:( I cannot test my interop if this doesnt work :(
[05:12]<y-gz>+man
[05:12]<y-gz>+Star Trek First Contact is *the* movie
[05:13]<rtdfyrrf>+heh
[05:22]<zgzzcygnv>+`m0 i bet i know what it is
[05:22]<zgzzcygnv>+the dll you are loading is probably found
[05:22]<zgzzcygnv>+but the dll you are loading probably requires another dll
[05:22]<zgzzcygnv>+which cant be found
[05:22]<zgzzcygnv>+so *it* cant load it
[05:23]<daw>-while we're at dlls, is it possible to create a dll for mirc in C#?
[05:23]<zgzzcygnv>+no
[05:24]<daw>-no way at all?:(
[05:24]<zgzzcygnv>+mIRC is native code, not managed
[05:24]<zgzzcygnv>+unless you you are talking about the protocol
[05:24]<zgzzcygnv>+which is IRC (no m)
[05:24]<daw>-no I am talking about mirc
[05:27]<daw>-how about making a loader of some sort in C that will call C# functions, wouldn't something like that be possible
[05:27]<zgzzcygnv>+only if you use COM
[05:33]<`d0>+<AnarkiNet> but how do I know it requires another dll
[05:34]<zgzzcygnv>+you dont
[05:34]<zgzzcygnv>+but you can check
[05:34]<zgzzcygnv>+theres a program, i think its called Depends
[05:35]<zgzzcygnv>+which can scan dll files for their dependancies
[05:35]<`d0>+hmm
[05:35]<`d0>+okay
[05:35]<`d0>+I will load it now
[05:35]<`d0>+http://www.nirsoft.net/utils/dll_export_viewer.html
[05:37]<`d0>+AnarkiNet - AllI see is hd.dll
[05:38]<`d0>+http://m0.myftp.org:35454/haptics/lib/
[05:38]<`d0>+I am doing the hd.dll first
[05:52]<`d0>+:(
[05:57]<zgzzcygnv>+uhh ok
[05:57]<zgzzcygnv>+um, new subject:
[05:58]<zgzzcygnv>+i'm writing a schema for XML-based C# code documentation (which would actually *work* unlike the VS2k5 generated crap)
[05:59]<zgzzcygnv>+i need some opinions on whats the best way to layout the document
[06:00]<czdsldbdv>-evenin
[06:11]<zgzzcygnv>+hi
[06:11]<kdzdgdjvgnv>+hi
[06:12]<zgzzcygnv>+kekekeke .NETrush
[06:12]<zgzzcygnv>+ACTION feels clever
[06:12]<zgzzcygnv>+i came up with a name for this schema: DocNET
[06:12]<zgzzcygnv>+:D
[06:12]<kdzdgdjvgnv>+:P
[06:12]<zgzzcygnv>+cmon, thats some clever shit :)
[06:12]<zgzzcygnv>+ACTION dances
[06:13]<kdzdgdjvgnv>+ACTION trips AnarkiNet
[06:13]<zgzzcygnv>+holy shit!







