General

Reply
Accepted Solution

N-Hibernate

 

Can 3rd- Party Modules such as N-Hibernate be used in the pss Suite?

Please use plain text.

Re: N-Hibernate

Although I am not familiar with N-Hibernate, you can include 3rd party libraries in your code, however you may have come across problems if they use .Net libraries which are not supported yet by PSS.

PlayStation®Mobile Dev Team
Please use plain text.

Re: N-Hibernate

thanks fot the reply james!

 

I have another question, is there a list of libraries that have been validated for use on the PSS?

Please use plain text.

Re: N-Hibernate

3rd party libraries? We do not have such a list (there are a lot of libraries out there!).
PlayStation®Mobile Dev Team
Please use plain text.

Re: N-Hibernate

[ Edited ]

All fully managed libraries without winforms should run.

 

Just use this as a guideline:

The lib has:

- to be fully managed (no DllImport / P/Invoke calls)

- must not use Window.Forms

- must not use any methods, that throw NotImplementedException in Mono aka are not implemented yet in Mono, which you want to use

 

In case of NHibernate you cannot use it (if you need the not yet implemented functions), as some API calls are not supported yet in Mono.

F.ex.: DataTable GetTables (string, string, string, String[]) throws NotImplementedException


Just run MoMa over the .dlls and you will see.

Please use plain text.
Announcements

Welcome to the PlayStation Mobile Developer Forums


This is a community for the discussion of technical topics with other developers and SCE engineers. Posting ideas/requests are also appreciated. Join the discussion!

PlayStation®Mobile開発者フォーラムでは世界中の開発者の皆様と一緒に、議論や情報交換が可能です。SCEも議論に参加し、皆様の開発をサポートします。アイデアやリクエストも大歓迎です。ぜひご参加ください。

PSM Developer Registration (for free) on PSM DevPortal is required to post on the forum.
Please sign out then sign in again to the forum and PSM DevPortal after you have completed the registration.

フォーラムへ投稿をするにはPSM DevPortalへの登録(無料)が必要です。
登録後はフォーラムと PSM DevPortalを一度ログアウトし、再度ログインしてください。