Click here to Skip to main content
15,917,928 members
Home / Discussions / C#
   

C#

 
QuestionWhat should I do? Pin
lajiyo9-Apr-04 19:39
lajiyo9-Apr-04 19:39 
AnswerRe: What should I do? Pin
Mikko Puonti9-Apr-04 23:26
Mikko Puonti9-Apr-04 23:26 
GeneralRe: What should I do? Pin
lajiyo11-Apr-04 15:16
lajiyo11-Apr-04 15:16 
GeneralRe: What should I do? Pin
Mikko Puonti12-Apr-04 5:58
Mikko Puonti12-Apr-04 5:58 
GeneralProblems Creating C# Plugin Support for my App Pin
Defiant009-Apr-04 18:57
Defiant009-Apr-04 18:57 
GeneralRe: Problems Creating C# Plugin Support for my App Pin
leppie9-Apr-04 21:09
leppie9-Apr-04 21:09 
GeneralRe: Problems Creating C# Plugin Support for my App Pin
Defiant0010-Apr-04 8:12
Defiant0010-Apr-04 8:12 
GeneralRe: Problems Creating C# Plugin Support for my App Pin
Mikko Puonti9-Apr-04 23:37
Mikko Puonti9-Apr-04 23:37 
Could it be that you need to define "TerrainPluginInterface" in own dll. And share this DLL with "TerrainNoisePlugin" and your application code? (Or define "TerrainPluginInterface" in same dll with your application and use application's "TerrainPluginInterface" in your plugin code.) Where is "TerrainPluginInterface" coming to your application code?

(BTW: Normal naming convention for interfaces is "I<interface name="">". For example: "ITerrainPlugin". ... and yes people really should use those bracers. Code is not writen for computers, it is written for humans (except binary machine code).)
GeneralRe: Problems Creating C# Plugin Support for my App Pin
Defiant0010-Apr-04 8:20
Defiant0010-Apr-04 8:20 
GeneralRe: Problems Creating C# Plugin Support for my App Pin
SethGeco20-Nov-08 5:47
SethGeco20-Nov-08 5:47 
GeneralDouble Click Interval Pin
Tom Clement9-Apr-04 15:43
professionalTom Clement9-Apr-04 15:43 
GeneralRe: Double Click Interval Pin
Tom Clement9-Apr-04 15:50
professionalTom Clement9-Apr-04 15:50 
GeneralRe: Double Click Interval Pin
Tom Clement9-Apr-04 15:53
professionalTom Clement9-Apr-04 15:53 
GeneralRe: Double Click Interval Pin
Nick Parker9-Apr-04 17:40
protectorNick Parker9-Apr-04 17:40 
GeneralRe: Double Click Interval Pin
leppie9-Apr-04 21:05
leppie9-Apr-04 21:05 
GeneralRe: Double Click Interval Pin
Tom Clement10-Apr-04 6:29
professionalTom Clement10-Apr-04 6:29 
GeneralImport to SqlServer Pin
quocbao9-Apr-04 14:29
quocbao9-Apr-04 14:29 
GeneralRe: Import to SqlServer Pin
dabuskol10-Apr-04 20:37
dabuskol10-Apr-04 20:37 
GeneralHelp can't figure this one out with OleDbDataAdapter and acesss Pin
MeterMan9-Apr-04 13:52
MeterMan9-Apr-04 13:52 
GeneralRe: Help can't figure this one out with OleDbDataAdapter and acesss Pin
leppie9-Apr-04 21:14
leppie9-Apr-04 21:14 
GeneralRe: Help can't figure this one out with OleDbDataAdapter and acesss Pin
MeterMan9-Apr-04 21:21
MeterMan9-Apr-04 21:21 
GeneralText box scrolling Pin
Andy Brummer9-Apr-04 10:03
sitebuilderAndy Brummer9-Apr-04 10:03 
GeneralRe: Text box scrolling Pin
Heath Stewart9-Apr-04 10:06
protectorHeath Stewart9-Apr-04 10:06 
GeneralRe: Text box scrolling Pin
Andy Brummer9-Apr-04 10:16
sitebuilderAndy Brummer9-Apr-04 10:16 
GeneralRe: Text box scrolling Pin
Heath Stewart9-Apr-04 10:38
protectorHeath Stewart9-Apr-04 10:38 

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.