Click here to Skip to main content
15,927,593 members
Home / Discussions / C#
   

C#

 
GeneralExporting functions Pin
leppie18-Jun-02 23:56
leppie18-Jun-02 23:56 
GeneralRe: Exporting functions Pin
Feng Qin19-Jun-02 1:01
Feng Qin19-Jun-02 1:01 
GeneralRe: Exporting functions Pin
leppie19-Jun-02 1:22
leppie19-Jun-02 1:22 
GeneralRe: Exporting functions Pin
Nish Nishant19-Jun-02 1:30
sitebuilderNish Nishant19-Jun-02 1:30 
GeneralRe: Exporting functions Pin
leppie19-Jun-02 2:04
leppie19-Jun-02 2:04 
GeneralRe: Exporting functions Pin
leppie19-Jun-02 11:20
leppie19-Jun-02 11:20 
GeneralRe: Exporting functions Pin
Nish Nishant19-Jun-02 11:34
sitebuilderNish Nishant19-Jun-02 11:34 
GeneralRe: Exporting functions Pin
leppie19-Jun-02 20:31
leppie19-Jun-02 20:31 
Thx Nish Smile | :) but it does not seem to work as I think it should. Have a look at example.
<br />
using System;<br />
<br />
namespace MircDll<br />
{<br />
	public class MircDll<br />
	{<br />
		public static int Test(ref string test)<br />
		{<br />
			test = "HELP me I'M in TROUBLE";<br />
			return 1;<br />
		}<br />
	}<br />
}<br />


I compile then run regasm, but mirc cannot see this as a COM object. What else do i need? Or is Mirc just plain evil?

I will try some more anyways Smile | :)
GeneralRe: Exporting functions Pin
Michael P Butler19-Jun-02 1:42
Michael P Butler19-Jun-02 1:42 
QuestionF:\Dev\ASP.NET\dw\CRC32.cs(87): Operator '<<' cannot be applied to operands of type 'int' and 'uint' ?? Pin
Todd Smith18-Jun-02 16:49
Todd Smith18-Jun-02 16:49 
AnswerRe: F:\Dev\ASP.NET\dw\CRC32.cs(87): Operator '<<' cannot be applied to operands of type 'int' and 'uint' ?? Pin
Rüpel18-Jun-02 20:54
Rüpel18-Jun-02 20:54 
AnswerRe: F:\Dev\ASP.NET\dw\CRC32.cs(87): Operator '<<' cannot be applied to operands of type 'int' and 'uint' ?? Pin
Feng Qin19-Jun-02 0:56
Feng Qin19-Jun-02 0:56 
GeneralRe: F:\Dev\ASP.NET\dw\CRC32.cs(87): Operator '<<' cannot be applied to operands of type 'int' and 'uint' ?? Pin
Todd Smith19-Jun-02 6:38
Todd Smith19-Jun-02 6:38 
GeneralMCSD 70-316 Pin
kasturirawat18-Jun-02 11:26
kasturirawat18-Jun-02 11:26 
GeneralRe: MCSD 70-316 Pin
Feng Qin19-Jun-02 1:06
Feng Qin19-Jun-02 1:06 
GeneralRe: MCSD 70-316 Pin
Not Active19-Jun-02 8:35
mentorNot Active19-Jun-02 8:35 
GeneralCenter text in a RichTextBox Pin
kyledunn18-Jun-02 10:30
kyledunn18-Jun-02 10:30 
GeneralRe: Center text in a RichTextBox Pin
John Mautari19-Jun-02 21:13
John Mautari19-Jun-02 21:13 
GeneralRe: Center text in a RichTextBox Pin
John Mautari19-Jun-02 21:17
John Mautari19-Jun-02 21:17 
GeneralRe: Center text in a RichTextBox Pin
kyledunn20-Jun-02 1:00
kyledunn20-Jun-02 1:00 
Generalderived webservice causes exception Pin
Steve Severance18-Jun-02 6:35
Steve Severance18-Jun-02 6:35 
QuestionHow to use BinaryWriter to write memory? Pin
Zombies with Coffee, LLC18-Jun-02 5:45
professionalZombies with Coffee, LLC18-Jun-02 5:45 
AnswerRe: How to use BinaryWriter to write memory? Pin
18-Jun-02 6:11
suss18-Jun-02 6:11 
GeneralRe: How to use BinaryWriter to write memory? Pin
Zombies with Coffee, LLC18-Jun-02 6:23
professionalZombies with Coffee, LLC18-Jun-02 6:23 
GeneralRe: How to use BinaryWriter to write memory? Pin
18-Jun-02 7:25
suss18-Jun-02 7:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.