Open Studio! When Visual Studio and Open Source Date!

Looking for Developers|Getting started on Debugger

  • (60 Pages)
  • +
  • « First
  • 50
  • 51
  • 52
  • 53
  • 54
  • Last »

891 Replies - 109230 Views - Last Post: 27 August 2009 - 09:31 AM

#760 Amrykid   User is offline

  • D.I.C Lover
  • member icon

Reputation: 151
  • View blog
  • Posts: 1,589
  • Joined: 16-December 08

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 24 July 2009 - 04:49 PM

View Post[email protected], on 24 Jul, 2009 - 04:47 PM, said:

View PostAmrykid, on 24 Jul, 2009 - 03:44 PM, said:

View Post[email protected], on 24 Jul, 2009 - 04:43 PM, said:

well most of the errors i get are compiler based with some plugin one and
my plugin did it zip all the files? wen i do it it makes the zip but no files in it

i got a error saying it couldn't find the zip error from the debugger...

but the lib is in the osa all of it is

well then its probably a backward-compatibility issue, just upgrade to the new format and it will be fine... :D
Was This Post Helpful? 0
  • +
  • -

#761 [email protected]   User is offline

  • JMP *0x0(%RIP)
  • member icon

Reputation: 37
  • View blog
  • Posts: 1,019
  • Joined: 20-February 09

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 24 July 2009 - 04:49 PM

let me re do so it has the new plugin format
Was This Post Helpful? 0
  • +
  • -

#762 Amrykid   User is offline

  • D.I.C Lover
  • member icon

Reputation: 151
  • View blog
  • Posts: 1,589
  • Joined: 16-December 08

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 24 July 2009 - 04:52 PM

View Post[email protected], on 24 Jul, 2009 - 04:49 PM, said:

let me re do so it has the new plugin format

it shouldn't take long....
btw...after i finish the IOSLanguage, we should have another alpha since its not compiling for everyone else except me which is still weird.

This post has been edited by Amrykid: 24 July 2009 - 04:53 PM

Was This Post Helpful? 0
  • +
  • -

#763 [email protected]   User is offline

  • JMP *0x0(%RIP)
  • member icon

Reputation: 37
  • View blog
  • Posts: 1,019
  • Joined: 20-February 09

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 24 July 2009 - 05:00 PM

list all the refs you have for open studio and ill compare it to mine
BTW its all Compiler errors with a few plugin errors and 3 form errors

ok i got 8 Errors on my plugin now that i updated all having to to with something like this Error 1 'OSIDE.Add_On' does not implement interface member 'OpenStudio.SDK.IPlugin.Version' Main.cs 14 18 OSosluBackup
Was This Post Helpful? 0
  • +
  • -

#764 Amrykid   User is offline

  • D.I.C Lover
  • member icon

Reputation: 151
  • View blog
  • Posts: 1,589
  • Joined: 16-December 08

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 24 July 2009 - 05:04 PM

View Post[email protected], on 24 Jul, 2009 - 04:56 PM, said:

list all the refs you have for open studio and ill compare it to mine
BTW its all Compiler errors with a few plugin errors and 3 form errors

k.
Attached Image

View Post[email protected], on 24 Jul, 2009 - 05:00 PM, said:

list all the refs you have for open studio and ill compare it to mine
BTW its all Compiler errors with a few plugin errors and 3 form errors

ok i got 8 Errors on my plugin now that i updated all having to to with something like this Error 1 'OSIDE.Add_On' does not implement interface member 'OpenStudio.SDK.IPlugin.Version' Main.cs 14 18 OSosluBackup

right-click Iplugin in your code and click implement interface.
Was This Post Helpful? 0
  • +
  • -

#765 [email protected]   User is offline

  • JMP *0x0(%RIP)
  • member icon

Reputation: 37
  • View blog
  • Posts: 1,019
  • Joined: 20-February 09

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 24 July 2009 - 05:10 PM

View PostAmrykid, on 24 Jul, 2009 - 04:04 PM, said:

View Post[email protected], on 24 Jul, 2009 - 04:56 PM, said:

list all the refs you have for open studio and ill compare it to mine
BTW its all Compiler errors with a few plugin errors and 3 form errors

k.
Attachment attachment

View Post[email protected], on 24 Jul, 2009 - 05:00 PM, said:

list all the refs you have for open studio and ill compare it to mine
BTW its all Compiler errors with a few plugin errors and 3 form errors

ok i got 8 Errors on my plugin now that i updated all having to to with something like this Error 1 'OSIDE.Add_On' does not implement interface member 'OpenStudio.SDK.IPlugin.Version' Main.cs 14 18 OSosluBackup

right-click Iplugin in your code and click implement interface.

what do i do with all the
 get { throw new NotImplementedException(); }
's
and how did you get your refs to do that like in C# i have to click on my app and click the ref tab
Was This Post Helpful? 0
  • +
  • -

#766 Amrykid   User is offline

  • D.I.C Lover
  • member icon

Reputation: 151
  • View blog
  • Posts: 1,589
  • Joined: 16-December 08

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 24 July 2009 - 05:12 PM

View Post[email protected], on 24 Jul, 2009 - 05:10 PM, said:

View PostAmrykid, on 24 Jul, 2009 - 04:04 PM, said:

View Post[email protected], on 24 Jul, 2009 - 04:56 PM, said:

list all the refs you have for open studio and ill compare it to mine
BTW its all Compiler errors with a few plugin errors and 3 form errors

k.
Attachment attachment

View Post[email protected], on 24 Jul, 2009 - 05:00 PM, said:

list all the refs you have for open studio and ill compare it to mine
BTW its all Compiler errors with a few plugin errors and 3 form errors

ok i got 8 Errors on my plugin now that i updated all having to to with something like this Error 1 'OSIDE.Add_On' does not implement interface member 'OpenStudio.SDK.IPlugin.Version' Main.cs 14 18 OSosluBackup

right-click Iplugin in your code and click implement interface.

what do i do with all the
 get { throw new NotImplementedException(); }
's
and how did you get your refs to do that like in C# i have to click on my app and click the ref tab

you gotta click shown hidden in the solution explorer and your can remove the "
 get { throw new NotImplementedException(); }
" and replace them with your code..

This post has been edited by Amrykid: 24 July 2009 - 05:13 PM

Was This Post Helpful? 0
  • +
  • -

#767 [email protected]   User is offline

  • JMP *0x0(%RIP)
  • member icon

Reputation: 37
  • View blog
  • Posts: 1,019
  • Joined: 20-February 09

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 24 July 2009 - 05:13 PM

like in the old format return "Version"; like that?
Was This Post Helpful? 0
  • +
  • -

#768 Amrykid   User is offline

  • D.I.C Lover
  • member icon

Reputation: 151
  • View blog
  • Posts: 1,589
  • Joined: 16-December 08

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 24 July 2009 - 05:14 PM

View Post[email protected], on 24 Jul, 2009 - 05:13 PM, said:

like in the old format return "Version"; like that?

yes....for example, its changed a little bit thought...it can't be 1, for example, it has to be 1.0 or 1.1, and so on.
Was This Post Helpful? 0
  • +
  • -

#769 [email protected]   User is offline

  • JMP *0x0(%RIP)
  • member icon

Reputation: 37
  • View blog
  • Posts: 1,019
  • Joined: 20-February 09

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 24 July 2009 - 05:16 PM

i found out why we are getting the error's :P
Attached Image
Was This Post Helpful? 0
  • +
  • -

#770 Amrykid   User is offline

  • D.I.C Lover
  • member icon

Reputation: 151
  • View blog
  • Posts: 1,589
  • Joined: 16-December 08

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 24 July 2009 - 05:18 PM

View Post[email protected], on 24 Jul, 2009 - 05:16 PM, said:

i found out why we are getting the error's :P
Attachment attachment

yea, you have to have those referenced.
Was This Post Helpful? 0
  • +
  • -

#771 [email protected]   User is offline

  • JMP *0x0(%RIP)
  • member icon

Reputation: 37
  • View blog
  • Posts: 1,019
  • Joined: 20-February 09

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 24 July 2009 - 05:20 PM

i did and
Build succeeded.

Time Elapsed 00:00:14.08
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ====
:P were back:P
Was This Post Helpful? 0
  • +
  • -

#772 Amrykid   User is offline

  • D.I.C Lover
  • member icon

Reputation: 151
  • View blog
  • Posts: 1,589
  • Joined: 16-December 08

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 24 July 2009 - 05:21 PM

View Post[email protected], on 24 Jul, 2009 - 05:20 PM, said:

i did and
Build succeeded.

Time Elapsed 00:00:14.08
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ====
:P were back:P

*virtual high-five* :P
Was This Post Helpful? 0
  • +
  • -

#773 [email protected]   User is offline

  • JMP *0x0(%RIP)
  • member icon

Reputation: 37
  • View blog
  • Posts: 1,019
  • Joined: 20-February 09

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 24 July 2009 - 05:23 PM

WTF??? Error 1 A get or set accessor expected Main.cs 57 14 OSosluBackup
Was This Post Helpful? 0
  • +
  • -

#774 Amrykid   User is offline

  • D.I.C Lover
  • member icon

Reputation: 151
  • View blog
  • Posts: 1,589
  • Joined: 16-December 08

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 24 July 2009 - 05:24 PM

View Post[email protected], on 24 Jul, 2009 - 05:23 PM, said:

WTF??? Error 1 A get or set accessor expected Main.cs 57 14 OSosluBackup

thats just a
get{return;}
set{value;} 

thingy.
Was This Post Helpful? 0
  • +
  • -

  • (60 Pages)
  • +
  • « First
  • 50
  • 51
  • 52
  • 53
  • 54
  • Last »