1

What is the exact difference between p4.net and p4api.net?

I was trying to create a custom gui based tool for perforce and I started developing it using p4api.net. Much later I came to know about the existence of p4.net. Now I am confused with their difference and the purpose.

Also I have a doubt on which option to choose for the development.

Is there something else other than these two?

Ganesh Sittampalam
  • 28,821
  • 4
  • 79
  • 98
Subhanandh
  • 141
  • 1
  • 11

1 Answers1

1

P4API.NET is the supported API for .NET applications, so I'd go with that. You can see a list of the officially released APIs for the various languages here.

Mark
  • 3,609
  • 1
  • 22
  • 33